| 1 | # -*- coding: utf-8 -*- |
| 2 | """ Finetuning Example. Using weights from model trained in |
| 3 | convnet_cifar10.py to retrain network for a new task (your own dataset). |
| 4 | All weights are restored except last layer (softmax) that will be retrained |
nothing calls this directly
no test coverage detected