floodsung / Deep-Learning-Papers-Reading-Roadmap

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

Download no error but all 0 bytes #62

Open RasinGue opened 7 years ago

RasinGue commented 7 years ago

I am using the script under python 3.6.1 environment. It appears that no error occurred but all downloaded file are 0 bytes.

Wonder why this happened.

snipaste20170613_223749

RobinWu218 commented 7 years ago

same problem...

shreyaspadhy commented 7 years ago

Hey, the empty file issue was arising because some filenames being generated had ":" in their name, which is a restricted character on Windows. Check out the download.py file in this pull request, seems to work correctly - #65