Tensorflow pretrained image classification models available at [https://github.com/tensorflow/models/tree/master/research/slim](https://github.com/tensorflow/models/tree/master/research/slim)
@@ -61,6 +63,20 @@ python3 retrain.py \
##### ResNet Model (singlelabel) [PDF](https://arxiv.org/pdf/1512.03385.pdf)
* How to retrain ResNet:
The training is almost the same as with the Singlelabel model.
Just pass the download link to the ResNet model as hyperparameter.