Rudrabha / Lip2Wav

This is the repository containing codes for our CVPR, 2020 paper titled "Learning Individual Speaking Styles for Accurate Lip to Speech Synthesis"
MIT License
692 stars 152 forks source link

Can't resume training from checkpoint #27

Closed graham-eisele closed 3 years ago

graham-eisele commented 3 years ago

Whenever I try to resume training from the checkpoint I get this error.

c_api.TF_GetCode(self.status.status)) tensorflow.python.framework.errors_impl.NotFoundError: FindFirstFile failed for: synthesizer/saved_models/logs-final/taco_pretrained : The system cannot find the path specified. ; No such process

graham-eisele commented 3 years ago

I am not sure if this is the correct solution, but removing the comment from #saver.restore(sess, checkpoint_state.model_checkpoint_path) and then commenting saver.restore(sess, hparams.eval_ckpt) appears to work.