Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 288 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 288 Bytes

HyperParameterTuning

Experiments on Hyperparameter tuning

Use

  1. Create a folder called data and copy all the images from the dataset
  2. run python cnn.py --learning-rate 10e-5 --batch-size 32 --experiment-name <name> --model-type <resnet/custom> --epochs 10 --weight-decay 10e-3