Here is the link to the article.
The code runs correctly with
- Python 3.7
- Keras 2.4.0
- TensorFlow 2.4.0
- CIFAR_10.py
- CIFAR_100.py
- TinyImagenet.py
# GPU Id's
Set the corresponding GPU's Id's in respective codes.
# Install the basic libraries
Open the code and install all the libraries accordingly in given sequence.
# Create the CONDA Environment
Create the new conda environment ot run the files
# Run the file
All things are setup and just activate the conda environment and run python Filename.py for running the desired file.
All the dataset have been already imported in the corresponding codes for CIFAR10 and CIFAR100 dataset. In case of Tinyimagenet dataset instruction will be given in the file for downloading the dataset and setting the path of the dataset.
please contact saurabh_2021cs30@iitp.ac.in for any discrepancy.
- Saurabh Sharma
- Shikhar Singh Lodhi
- Joydeep Chandra
The code provided have the random hyperparameter setting and will provide the basic idea. To reproduce the results, please feel free to contact.