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
Traceback (most recent call last):
File "/Users/yeonjilim/Documents/GitHub/superstar-auto-notes-generator/create-superstar-dataset/create_dataset.py", line 36, in<module>
feature_path = preprocessor.preprocess(song_path)
File "/Users/yeonjilim/Documents/GitHub/superstar-auto-notes-generator/create-superstar-dataset/song_preprocessor.py", line 95, in preprocess
y_wav, sr = librosa.load(song_path, sr=sampling_rate)
File "/Users/yeonjilim/opt/anaconda3/envs/deepsaber/lib/python3.6/site-packages/librosa/core/audio.py", line 160, in load
y = sf_desc.read(frames=frame_duration, dtype=dtype, always_2d=False).T
File "/Users/yeonjilim/opt/anaconda3/envs/deepsaber/lib/python3.6/site-packages/soundfile.py", line 863, inread
out = self._create_empty_array(frames, always_2d, dtype)
File "/Users/yeonjilim/opt/anaconda3/envs/deepsaber/lib/python3.6/site-packages/soundfile.py", line 1291, in _create_empty_array
return np.empty(shape, dtype, order='C')
ValueError: array is too big;`arr.size * arr.dtype.itemsize` is larger than the maximum possible size.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: