git-bisect About Report: Git Bi-sect.pdf Project for course DD2412. Implementation of https://arxiv.org/pdf/2209.04836.pdf in pytorch Dataset used: CIFAR10, MNIST Code structure permuter _algo.py Core Method to permute common.py Common functions vgg.py files specific to vgg mlp.py files specific to mlp models contains class definition of models: MLP and VGG stash contains trained models battle_ground.py is as the name suggests where experiments are carried out 💚 config.py contains configurations helper.py contains helper functions