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

how to run inference? #32

Closed crankyz closed 3 years ago

crankyz commented 3 years ago

When I run python complete_test_generate.py -d Dataset/chem -r Dataset/chem/test_results --preset synthesizer/presets/chem.json --checkpoint checkpoint2/tacotron_model.ckpt-324000.data-00000-of-00001

got this message: DataLossError (see above for traceback): Unable to open table file checkpoint2/tacotron_model.ckpt-324000.data-00000-of-00001: Data loss: not an sstable (bad magic number): perhaps your file is in a different file format and you need to use a different restore operator?

crankyz commented 3 years ago

the right patch is checkpoint2/tacotron_model.ckpt-324000 . issue closed