Closed mertyildiran closed 7 years ago
I also tried to run speecht-cli record --run-name best_run
with the hope of testing the model with my microphone but this time I got this error:
Traceback (most recent call last):
File "/home/mertyildiran/.local/bin/speecht-cli", line 221, in <module>
cli.run()
File "/home/mertyildiran/.local/bin/speecht-cli", line 207, in run
self.command_executor.run()
File "/home/mertyildiran/.local/lib/python3.5/site-packages/speecht/recording.py", line 44, in run
model.restore(sess, self.flags.run_train_dir)
File "/home/mertyildiran/.local/lib/python3.5/site-packages/speecht/speech_model.py", line 260, in restore
raise FileNotFoundError('No checkpoint for evaluation found')
FileNotFoundError: No checkpoint for evaluation found
I think it's unable to load the pre-trained model (checkpoint) but I don't know how to fix that too.
Now it's working fine with speecht-cli record --run-name best_run
command. I don't know what was wrong, probably it was an issue with my tensorflow installation. So I'm closing the issue.
I installed speechT with:
Then I wanted to test it with the pre-trained model by following this section.
On
speecht-cli evaluate --run-name best_run
I'm getting this error:I found that it's related to this line but I don't know how to fix this error. @timediv could you help me please?
Thank you so much with this great project :+1: :blush: