floodsung / Deep-Learning-Papers-Reading-Roadmap

Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
37.91k stars 7.3k forks source link

Update download.py #107

Closed smudgeren closed 3 years ago

smudgeren commented 5 years ago

update open('README.md',encoding='utf8) to debug UnicodeDecodeError

StephenLeeUSTC commented 5 years ago

Vote for this fix. Have to be so on windows platform.

RaicLee commented 5 years ago

i would suggest with open('README.md','rt',encoding='UTF8')