- create conda env from
resnet_env.yml
,conda env create --name resnet_env --file=resnet_env.yml
- Train cat & dog :
python resnet50.py
orpython resnet101.py
, trained weights will be saved in ./weights - Create submission :
python submission.py
- Train using CIFAR-10 dataset :
python resnet50_cifar10.py
orpython resnet101_cifar10.py
All the results (accuracy, loss) will be saved in result folder