文件名称:MobileNetV2_Pytorch:这个MobileNetV2的Pytorch版本是从我的Caffe版本转换而来的
文件大小:12.62MB
文件格式:ZIP
更新时间:2024-05-19 04:04:32
Python
MobileNetV2_Pytorch 这个MobileNetV2的Pytorch版本是从我的Caffe版本手动转换而来的。 Pytorch版本:0.4.0 Python版本:3.6.5 运行:python my_eval.py -a mobilenetv2-评估MobileNetV2_From_Caffe.pth-数据路径_t0_ImageNetValSet / 然后您可以得到结果:top1 71.460,top5 90.200(略有增加)
【文件预览】:
MobileNetV2_Pytorch-master
----MobileNetV2.py(4KB)
----README.md(337B)
----MobileNetV2_From_Caffe.pth(13.55MB)
----my_eval.py(7KB)