mdeff / fma

FMA: A Dataset For Music Analysis

Home Page:https://arxiv.org/abs/1612.01840

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

module 'utils' has no attribute 'load'

MonetCH opened this issue · comments

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')

Same problem. Did you get anything? @MonetCH

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__)".

Closing for inactivity. Please reopen if the issue persists.