xiaolai-sqlai / mobilenetv3

mobilenetv3 with pytorch,provide pre-train model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

模型解压报错

smartadpole opened this issue · comments

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

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