ybayle / awesome-deep-learning-music

List of articles related to deep learning applied to music
MIT License
2.83k stars 342 forks source link

add simple python downloader #15

Closed ironjr closed 5 years ago

ironjr commented 5 years ago

Since it may be a tedious work to download all the papers in the list manually, I made a simple downloader to collect and download all the papers with a single line of code.

You just need to type: python download.py

Additionally, I have changed the .gitignore file to ignore pycache directory generated by python. Other codes and data are not harmed in this modification.

ybayle commented 5 years ago

Thanks for your contribution, this is a useful tool!