-
- CS565600 Deep Learning Contest4
- For inclass contest
-
pip install -r requirement.txtCUDA 8.0,cudnn 6.0andTensorflow 1.4- Download and unzip dataset besides main.py
- Download and unzip testing tool besides main.py
- Install and setup config kaggle cli
mkdir inferencebesides main.py
-
python main.py- If you occur memory error when training, you could resize the batch_size in
main.pyline 19
-
cd testing && python inception_score.py ../inference ../score.csv && kg submit ../score.csv- If you have 2 GPUs, you can uncomment
main.pyline 806 to evaluate in loop. At the same time you should specified thetesting/inception_score.pyto run on different GPU with enough memory space.
