mdeff / fma

FMA: A Dataset For Music Analysis
https://arxiv.org/abs/1612.01840
MIT License
2.2k stars 432 forks source link

module 'utils' has no attribute 'load' #29

Closed MonetCH closed 4 years ago

MonetCH commented 5 years ago

Hi, I am going some practice.I was confused about this problem, and I already installed this module. Can you help me? Thanls! tracks = utils.load('tracks.csv')

hrishibawane commented 4 years ago

Same problem. Did you get anything? @MonetCH

mdeff commented 4 years ago

Are you sure you are importing the utils.py module from this repository? You can check which file is imported with python -c "import utils; print(utils.__file__)".

mdeff commented 4 years ago

Closing for inactivity. Please reopen if the issue persists.