Incompatibility using pretrained models of deepvoice3 after update
Created by: TheFlash10
Hey I recently trained a deepvoice3 model before there were new changes committed in the folder. But after updating my repo, i was not able to use the pretrained models. I got this error
File "train.py", line 147, in <module>
optim.minimize(l)
"Optimizer set error, {} should in state dict".format( var_name )
AssertionError: Optimizer set error, embedding_0.w_0_moment1_0 should in state dict
If we start training from scratch, then this problem does not come.
Can you suggest what can be the issue in incorporating the models we trained before the update was done for deepvoice3 ?
Thanks