NervanaSystems / deepspeech

DeepSpeech neon implementation
Apache License 2.0
222 stars 69 forks source link

Evaluate output model #29

Closed duongquangduc closed 7 years ago

duongquangduc commented 7 years ago

Hi expert,

I downloaded the .prm file librispeech_16_epochs.prm from NervanaSystems/ModelZoo. I tried to verify the model but I got an error as below. I already changed the permission to read/write. Could you give some advices? Please take a look as below: Statement: ~/deepspeech/speech$ python evaluate.py --manifest val:/home/ducdq/Downloads/val-manifest.csv --model_file /home/ducdq/Downloads/librispeech_16_epochs.prm

Error: 2017-05-24 14:43:16,989 - neon.util.argparser - ERROR - No read access for model file /home/ducdq/Downloads/librispeech_16_epochs.prm None Traceback (most recent call last): File "evaluate.py", line 47, in args = parser.parse_args() File "/home/ducdq/neon/neon/util/argparser.py", line 345, in parse_args raise IOError(err_msg) IOError: No read access for model file /home/ducdq/Downloads/librispeech_16_epochs.prm

image