OmidPoursaeed / Generative_Adversarial_Perturbations

Generative Adversarial Perturbations (CVPR 2018)
https://arxiv.org/abs/1712.02328
135 stars 22 forks source link

Save reconstructed images for MNIST Data #10

Open Ankit-Vohra opened 3 years ago

Ankit-Vohra commented 3 years ago

Hello, I'm trying to use the code for MNIST Data. I have arranged MNIST data in training and val folders and I want to store all the validation reconstructed images. Please help on how to store all individual reconstructed images (I want to test my Classifier on the reconstructed images)