Closed ishandutta2007 closed 6 years ago
From the above error we can see the code looks for file without the extension eval
which the downloaded checkpoints had.
I had to remane the downloaded files from
model.ckpt-170610-eval.data-00000-of-00001
to model.ckpt-170610.data-00000-of-00001
model.ckpt-170610-eval.index
to model.ckpt-170610.index
I downloaded pretrained model : https://drive.google.com/file/d/17bt6laBcTcjZCsLUzdTjtaH2hQQyki8E/view created a directory
PWN_LOGDIR
and then executedishandutta2007@MacBook-Pro:~/Documents/Projects/nsynth_wavenet$
python eval_parallel_wavenet.py --ckpt_dir PWN_LOGDIR --source_path "tests/test_data" --save_path "tests/pred_data"