Codebase for Giorgi Merabishvili's internship project on Neural Model-Based Test Generation for Deep Learning Systems.
conda env create -f environment.yml
conda activate mimicry
-
Download pre-trained networks
*.pkl
files from Huggingface and put them under./checkpoints/checkpoints
. -
Select one of the following datasets and go to the corresponding directory:
- MNIST:
./mnist
- FashionMNIST:
./f-mnist
- SVHN:
./svhn
-
Adjust the default config in
./<DATASET>/config.py
. -
Run the file
./<DATASET>/search.py
to generate frontier pairs.