pytorch-vdsr icon indicating copy to clipboard operation
pytorch-vdsr copied to clipboard

Error loading pretrained model

Open herleeyandi opened this issue 6 years ago • 3 comments

Hello I have problem while loading the pretrained model. It give this error. UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 918: ordinal not in range(128) I am using pytorch 0.3.1.post2

herleeyandi avatar Mar 25 '18 09:03 herleeyandi

This is the reason of python's version, please check https://github.com/twtygqyy/pytorch-vdsr/issues/21

twtygqyy avatar Mar 26 '18 02:03 twtygqyy

Hello I have problem while loading the pretrained model. It give this error. UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 918: ordinal not in range(128) I am using pytorch 0.3.1.post2

When I load the pretrained model. It give this error. No module named 'vdsr' I am a pytorch beginner. Could you please tell me how to load the pretrained model? I use this directive: torch.load('./model_epoch_50.pth')

blueeda avatar Jan 14 '19 04:01 blueeda

i have met the same problem, did you solve it? Thank you!

cscss avatar Aug 06 '19 07:08 cscss