DeepeshAgarawal / Music-Classification-MedleyDB

2 stars 0 forks source link

Error when trying to run main.py #1

Open Kaustubhk12 opened 7 years ago

Kaustubhk12 commented 7 years ago

On running main.py I get the following error:

Traceback (most recent call last): File "main.py", line 39, in full_test = np.load('fulltest.npy') File "C:\ProgramData\Anaconda3\lib\site-packages\numpy\lib\npyio.py", line 362, in load fid = open(file, "rb") FileNotFoundError: [Errno 2] No such file or directory: 'fulltest.npy'

saurabhg27 commented 7 years ago

fulltest.npy was a numpy array file with all the features used to test the model. we havent uploaded it. Also this repo doesnt contain all the files.It just contains the code we wanted to share among the team.

DeepeshAgarawal commented 7 years ago

you'll have to use you own data download it from the official website... and then load it...