conda env create -f environment.yml
conda activate mimicry
-
Download pre-trained networks
*.pkl
files from Huggingface and put them under./checkpoints
. -
Select one of the following datasets and go to the corresponding directory:
- MNIST:
./mnist
- FashionMNIST:
./f-mnist
-
Adjust the default config in
./<DATASET>/config.py
. -
Run the file
./<DATASET>/search.py
to generate frontier pairs.