first clone the repo and got to the directory
git clone https://github.com/AhmedGhazale/cifar100-classifier.git
cd cifar100-classifier
to be able to run the code you need to install these libraries:
To install required dependencies run:
pip install -r requirements.txt
to start the training simply run
python3 piplin.py
if you want to modify the learning rate or to load a pretrained model edit that in config.py