xiaolai-sqlai / mobilenetv3

mobilenetv3 with pytorch,provide pre-train model
MIT License
1.6k stars 340 forks source link

模型解压报错 #10

Open smartadpole opened 5 years ago

smartadpole commented 5 years ago

tar -xvf mbv3_large.pth.tar
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors

xiaolai-sqlai commented 5 years ago

直接用torch.load加载就好,这个不是压缩包,只是随便加的后缀。