bzamecnik / ml

Machine learning projects, often on audio datasets
MIT License
92 stars 39 forks source link

There's missing .py tools #42

Open denisb411 opened 6 years ago

denisb411 commented 6 years ago

There're import of tools that are missing on the repository. Could you please commit with these files??

For example:

"sys.path.append('../../tools/music-processing-experiments')" from ml-master/chord-recognition/notebooks/chord_classification_data_preparation.ipynb

There's no 'music-processing-experiments' folder....

bzamecnik commented 6 years ago

Hi, thanks for a bug report. If I remember correctly this notebook is deprecated and code moved/refactored to prepare_data_for_chord_classification.py. However, it seems that this script itself hasn't been updated to the latest version of tfr. I'll try to fix it. Anyway, the original repo is located here: https://github.com/bzamecnik/music-processing-experiments.

bzamecnik commented 6 years ago

The scripts using tfr-0.2.3 should be fixed now. The notebooks are legacy and will be probably deleted at some point.