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

No such file or directory: 'mels/LJaudio18.npy' #100

Open
Arjunprasaath opened this issue Mar 27, 2022 · 0 comments
Open

No such file or directory: 'mels/LJaudio18.npy' #100

Arjunprasaath opened this issue Mar 27, 2022 · 0 comments

Comments

@Arjunprasaath
Copy link

I get the following error:

  Traceback (most recent call last):
    File "train.py", line 160, in <module>
      if gs > hp.num_iterations: break
    File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/contextlib.py", line 130, in __exit__
      self.gen.throw(type, value, traceback)
    File "/Users/arjunsmac/Documents/CODING/python_code/Final year project/Python/venv/lib/python3.7/site-packages/tensorflow/python/training/supervisor.py", line 1004, in managed_session
      self.stop(close_summary_writer=close_summary_writer)
    File "/Users/arjunsmac/Documents/CODING/python_code/Final year project/Python/venv/lib/python3.7/site-packages/tensorflow/python/training/supervisor.py", line 832, in stop
      ignore_live_threads=ignore_live_threads)
    File "/Users/arjunsmac/Documents/CODING/python_code/Final year project/Python/venv/lib/python3.7/site-packages/tensorflow/python/training/coordinator.py", line 389, in join
      six.reraise(*self._exc_info_to_raise)
    File "/Users/arjunsmac/Documents/CODING/python_code/Final year project/Python/venv/lib/python3.7/site-packages/six.py", line 719, in reraise
      raise value
    File "/Users/arjunsmac/Documents/CODING/python_code/Final year project/Python/venv/lib/python3.7/site-packages/tensorflow/python/training/queue_runner_impl.py", line 257, in _run
      enqueue_callable()
    File "/Users/arjunsmac/Documents/CODING/python_code/Final year project/Python/venv/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1257, in _single_operation_run
      self._call_tf_sessionrun(None, {}, [], target_list, None)
    File "/Users/arjunsmac/Documents/CODING/python_code/Final year project/Python/venv/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1407, in _call_tf_sessionrun
      run_metadata)
  tensorflow.python.framework.errors_impl.UnknownError: FileNotFoundError: [Errno 2] No such file or directory: 'mels/LJaudio18.npy'
  Traceback (most recent call last):
  
    File "/Users/arjunsmac/Documents/CODING/python_code/Final year project/Python/venv/lib/python3.7/site-packages/tensorflow/python/ops/script_ops.py", line 207, in __call__
      ret = func(*args)
  
    File "/Users/arjunsmac/Documents/CODING/python_code/Final year project/Python/dc_tts/data_load.py", line 112, in _load_spectrograms
      return fname, np.load(mel), np.load(mag)
  
    File "/Users/arjunsmac/Documents/CODING/python_code/Final year project/Python/venv/lib/python3.7/site-packages/numpy/lib/npyio.py", line 428, in load
      fid = open(os_fspath(file), "rb")
  
  FileNotFoundError: [Errno 2] No such file or directory: 'mels/LJaudio18.npy'

I'm not sure what to do, please do help as soon as possible.

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