New information
evaluate-cifar10.ipynb
.Naive implementation of SENet models in Keras.
$ docker build -t [tag name] -f docker/Dockerfile .
$ nvidia-docker run -it -v $PWD:/work [tag name]
(in the container) $ pwd
/work
(in the container) $ python train-cifar10.py
Note that this script is written in an insufficient way; use data generator in consideration of expansion to general image data). The training speed is slow. On a p3.2xlarge instance, it takes about 1.5 days.
(in the container) $ bash launch_notebook.sh
evaluate-cifar10.ipynb
notebook.Accuracy plot of train/val.
Loss plot of train/val.
Accuracy for the test data.
92.38%