pytorch-deeplab-xception
pytorch-deeplab-xception copied to clipboard
The pre-trained model on google drive is damaged
I downloaded the pretrained model but it can't be opened. Could you fixed the problem? Thank you!
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.
Could someone provide the pretrained model that can be decompressed normally?
you dont have to decompressed, just directly use the tar file as model.
Is pretrained model trained on VOC or cityscape?
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.
but the deeplab-resnet.pth cannot be loaded.there is a error
I confirm I can load the .tar with torch.load (1.6)