8000 Training input audio files not provided in this repo? · Issue #1 · abdouaziz/asr-wolof · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Training input audio files not provided in this repo? #1

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

Open
dunland opened this issue Aug 6, 2023 · 0 comments
Open

Training input audio files not provided in this repo? #1

dunland opened this issue Aug 6, 2023 · 0 comments

Comments

@dunland
Copy link
Contributor
dunland commented Aug 6, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0