twtygqyy / pytorch-SRResNet

pytorch implementation for Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network arXiv:1609.04802
MIT License
481 stars 130 forks source link

UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 918: ordinal not in range(128) #12

Open xjdeng opened 6 years ago

xjdeng commented 6 years ago

I'm getting that when I try to run this in Python 3.

I'm able to run demo.py in Python 2.

Is it possible to get a pretrained model for Python 3? I'm also unable to convert the Python 2 model to Python 3.

twtygqyy commented 6 years ago

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