› Forums › Speech Synthesis › Merlin › Problems about nnets_model
- This topic has 9 replies, 3 voices, and was last updated 9 years, 8 months ago by
Srikanth R.
-
AuthorPosts
-
-
June 17, 2016 at 15:21 #3272
When I try to reperform synthesis, I get this error: No such file or directory: ‘/Users/s1521115/Documents/ss_dnn/nnets_model/DNN_TANH_TANH_TANH_TANH_TANH_TANH_LINEAR__mgc_lf0_vuv_bap_0_6_1024_1024_1024_1024_1024_1024_330.199.train.30.0.004000.rnn.model’.
Actually, there is no file in the directory of nnets_model now but the steps before synthesis can run.Anything I can handle it?
Thanks!
-
June 18, 2016 at 19:03 #3273
Can you write in detailed what other steps were you able to run other than synthesis?
DNNGEN or MCD calculation?
-
June 18, 2016 at 19:38 #3276
I failed in DNNGEN and GENWAV and got this error. However, I read the code runlstm.py and found that the net model should be generated in feature composition and normalisation. Actually, I can run the code when I set NORMCMP and TRAINDNN as True. Is something wrong?
-
June 20, 2016 at 08:33 #3280
If there is no trained model, then check that you have actually run that stage:
TRAINDNN : True
-
June 20, 2016 at 16:27 #3281
I am sure I have run the stage. I can generate the model when I run the code run_dnn.py but cannot get the model when I run run_lstm.py at the stage of TrainDNN.
-
-
-
June 20, 2016 at 16:31 #3282
Do you get any error message?
-
June 20, 2016 at 16:37 #3283
No error and I can get the value of validation loss for each epoch.
-
-
June 20, 2016 at 16:41 #3284
Have you run out of disk quota (are you working on DICE or the iMacs)?
-
June 20, 2016 at 16:51 #3285
I am afraid not and I am working on the iMac.
-
June 21, 2016 at 16:23 #3286
check for a if condition,which says “save the model only after epoch 5”. comment out that line thereby enabling save model at every epoch.
if epoch > 5: ## comment this line and use small learning rate.
Also, can you paste the validation and training errors somewhere in pastebin and give the link here.
-
-
AuthorPosts
- You must be logged in to reply to this topic.
This is the new version. Still under construction.