Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[모델학습] 데이터셋 생성시 ValueError #19

Open
Yeonji-Lim opened this issue Aug 8, 2022 · 0 comments
Open

[모델학습] 데이터셋 생성시 ValueError #19

Yeonji-Lim opened this issue Aug 8, 2022 · 0 comments
Labels
issue Project Issue model_training AI model training part

Comments

@Yeonji-Lim
Copy link
Member

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, in read
    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.
@Yeonji-Lim Yeonji-Lim added issue Project Issue model_training AI model training part labels Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue Project Issue model_training AI model training part
Projects
None yet
Development

No branches or pull requests

1 participant