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
Hello, after fighting my way through a bunch of typos in the code and the suggested execution command in the README.md file (pull request might follow later), I am confronted with the following Error, when trying to train the algorithm:
soundfile.LibsndfileError: Error opening './input/clips/002e50c29ac2890c7cb3b3d63dcbe512bc6850de206ca80477704628fb1194de25fb31484fd3ef7ec27efbe87524a8d325c9e7e08d5b1e9f2b0ca2a19fe12089.mp3': System error.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/user/.local/lib/python3.10/site-packages/tensorflow/python/ops/script_ops.py", line 268, in __call__
ret = func(*args)
File "/home/user/.local/lib/python3.10/site-packages/tensorflow/python/autograph/impl/api.py", line 643, in wrapper
return func(*args, **kwargs)
File "/home/user/.local/lib/python3.10/site-packages/tensorflow/python/data/ops/from_generator_op.py", line 198, in generator_py_func
values = next(generator_state.get_iterator(iterator_id))
File "/home/user/github/asr-wolof/deep-speech2/src/data.py", line 19, in generator
audio = generate_input_from_audio_file(
File "/home/user/github/asr-wolof/deep-speech2/src/engine.py", line 30, in generate_input_from_audio_file
signal, sample_rate = librosa.core.load(path_to_audio_file)
File "/home/user/.local/lib/python3.10/site-packages/librosa/core/audio.py", line 184, in load
y, sr_native = __audioread_load(path, offset, duration, dtype)
File "<decorator-gen-2>", line 2, in __audioread_load
File "/home/user/.local/lib/python3.10/site-packages/librosa/util/decorators.py", line 60, in __wrapper
return func(*args, **kwargs)
File "/home/user/.local/lib/python3.10/site-packages/librosa/core/audio.py", line 241, in __audioread_load
reader = audioread.audio_open(path)
File "/home/user/.local/lib/python3.10/site-packages/audioread/__init__.py", line 127, in audio_open
return BackendClass(path)
File "/home/user/.local/lib/python3.10/site-packages/audioread/rawread.py", line 59, in __init__
self._fh = open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: './input/clips/002e50c29ac2890c7cb3b3d63dcbe512bc6850de206ca80477704628fb1194de25fb31484fd3ef7ec27efbe87524a8d325c9e7e08d5b1e9f2b0ca2a19fe12089.mp3'
It seems that input sound files for the training are missing / not provided in this repository.
Can you help me out here?
The text was updated successfully, but these errors were encountered:
Hello, after fighting my way through a bunch of typos in the code and the suggested execution command in the README.md file (pull request might follow later), I am confronted with the following Error, when trying to train the algorithm:
It seems that input sound files for the training are missing / not provided in this repository.
Can you help me out here?
The text was updated successfully, but these errors were encountered: