/computer-vision-bootcamp

Training a CNN on the Cifar10 dataset

Primary LanguageJupyter Notebook

Repo for submitting Computer Vision bootcamps.

For more details see docs.uwarg.com.

To run, please type the following in your terminal

python Main.py --epochs <# of epochs> --verbose <0,1,2>

Ex: python Main.py --epochs 20 --verbose 1