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

Problem occurs when running the train.py #107

Open
ghost opened this issue Sep 12, 2018 · 1 comment
Open

Problem occurs when running the train.py #107

ghost opened this issue Sep 12, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 12, 2018

I just cannot make sure what "extract them in the 'asset/data/VCTK-Corpus', 'asset/data/LibriSpeech' and 'asset/data/TEDLIUM_release2' directories." means. I don't have the directories at all so I manually build it. I am not sure whether I build it in the right place.

Here is the Traceback I got:

Traceback (most recent call last):
  File "recognize.py", line 63, in <module>
    saver.restore(sess, tf.train.latest_checkpoint('asset/train'))
  File "/home/username/ENTER/envs/tensorflow1.0.0/lib/python3.5/site-packages/tensorflow/python/training/saver.py", line 1439, in restore
    {self.saver_def.filename_tensor_name: save_path})
  File "/home/username/ENTER/envs/tensorflow1.0.0/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 767, in run
    run_metadata_ptr)
  File "/home/username/ENTER/envs/tensorflow1.0.0/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 965, in _run
    feed_dict_string, options, run_metadata)
  File "/home/username/ENTER/envs/tensorflow1.0.0/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1015, in _do_run
    target_list, options, run_metadata)
  File "/home/username/ENTER/envs/tensorflow1.0.0/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1022, in _do_call
    return fn(*args)
  File "/home/username/ENTER/envs/tensorflow1.0.0/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1004, in _run_fn
    status, run_metadata)
SystemError: <built-in function TF_Run> returned a result with an error set

@atanumandal0491
Copy link

create a folder "asset" then "data" under "asset" then extract the corpus under "data"

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