Research repo for Iterative Magnitude Pruning Reduces Weight-Space Coupling
src/— main codeexamples/— Example .py files on how to run LTH and NGD functionsenvironment.yml— Conda environment with the dependencies
# clone
git clone [repo_path.git]
cd fisher_coupling
# create env
conda env create -f environment.yml
conda activate fisher_coupling