MxNet中通过mx.gluon.model_zoo.vision下载的pre-trained模型是在imagenet1k上训练的,本文就使用下载的预训练模型通过fine-tune对Cifar-10进行分类。采用MXNet自带的fine-tune.py脚本路径是~/mxnet/example/image-classification/fine-tune.py,这里的mxnet就是你从mxnet官方git上clone下来的项目名称,git地址:https://github.com/dmlc/mxnet。(注,1.3.1版本有,最新版本没有。下载链接:Release Apache MXNet (incubating) 1.3.1 · apache/incubator-mxnet · GitHub 或 https://download.csdn.net/download/u012834824/71917666。)
参考博文: