pytorch-deeplab-xception icon indicating copy to clipboard operation
pytorch-deeplab-xception copied to clipboard

The pre-trained model on google drive is damaged

Open zdw-qingdao opened this issue 5 years ago • 6 comments

I downloaded the pretrained model but it can't be opened. Could you fixed the problem? Thank you!

zdw-qingdao avatar Jan 10 '20 07:01 zdw-qingdao

I can't turn on the pretrained model. Sorry. But I try to download the ResNet101 in Pytorch official website.

------------------ 原始邮件 ------------------ 发件人: "zdw-qingdao"<[email protected]>; 发送时间: 2020年1月10日(星期五) 下午3:39 收件人: "jfzhang95/pytorch-deeplab-xception"<[email protected]>; 抄送: "Subscribed"<[email protected]>; 主题: [jfzhang95/pytorch-deeplab-xception] The pre-trained model on google drive is damaged (#153)

I downloaded the pretrained model but it can't be opened. Could you fixed the problem? Thank you!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

JasonChenhx avatar Jan 10 '20 07:01 JasonChenhx

Could someone provide the pretrained model that can be decompressed normally?

zdw-qingdao avatar Jan 10 '20 07:01 zdw-qingdao

you dont have to decompressed, just directly use the tar file as model.

Is pretrained model trained on VOC or cityscape?

AllenPeng0209 avatar Jan 30 '20 07:01 AllenPeng0209

Just run mv deeplab-resnet.pth.tar deeplab-resnet.pth to remove the .tar extension in the file name. The file is not even a tar file at all, just a simple PyTorch checkpoint file.

htwang14 avatar Apr 23 '20 00:04 htwang14

but the deeplab-resnet.pth cannot be loaded.there is a error

vincentdeeplearn avatar May 24 '20 05:05 vincentdeeplearn

I confirm I can load the .tar with torch.load (1.6)

vict0rsch avatar Nov 20 '20 22:11 vict0rsch