APILASTRI / DCASE_Task2_UMINHO

22 stars 9 forks source link

When I try to run Dcase.py,an error occurs. #11

Open sansuialways opened 3 years ago

sansuialways commented 3 years ago

Traceback (most recent call last):

File "Dcase.py", line 587, in
b = numpy_dataset_stream_noaugment(files_Read)
File "Dcase.py", line 298, in numpy_dataset_stream_noaugment
newlist = newlist.reshape(newlist.shape[0] * newlist.shape[1], newlist.shape[2]) IndexError: tuple index out of range.

Why?