Instructions to reproduce this experiment
October 25, 2021 ยท View on GitHub

Sample images
- Run experiment:
python run_samples_cifar10.pyandpython run_samples_imagenet.py. Find the images inoutput/fig_samples. - Clean up or start over:
bash clean_samples.sh
Gradient element distribution
- (Optional) Extract
results.zipto use the original data. - Run experiment:
python run_histograms_cifar10.pyandpython run_histograms_imagenet.py. - Plot the results:
python plot_histograms.py. Find the images inoutput/fig_histogram. - Clean up or start over:
bash clean_histograms.sh