You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
sansuialways
changed the title
When I try to run Dcase.py,an error occurs.Traceback (most recent call last): File "Dcase.py", line 587, in <module> b = numpy_dataset_stream_noaugment(files_Read) # data read numpy_dataset_stream_noaugment --> no augmentation 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?
When I try to run Dcase.py,an error occurs.
Apr 23, 2021
No description provided.
The text was updated successfully, but these errors were encountered: