通过finetune训练的mobienet,通过转换工具后softmax变成了1000分类
Created by: fuchun107
通过finetune训练的mobienet模型,在python上运行结果是自己的分类的20种。 但是通过转换工具生成的model.json中softmax等于imagenet的1000分类,js运行得到的结果也是1000分类 { "name": "softmax_0.tmp_0", "persistable": false, "shape": [ 1000 ] } 这是什么情况? 模型训练是在aistudio上通过paddleclas finetune的,训练完成后通过predict出现的结果是正确的。