Walleclipse / Deep_Speaker-speaker_recognition_system

Keras implementation of ‘’Deep Speaker: an End-to-End Neural Speaker Embedding System‘’ (speaker recognition)
245 stars 81 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'best_checkpoint' #73

Closed Chloe-qiuyu closed 3 years ago

Chloe-qiuyu commented 3 years ago

when i run the demo ,the issue happened,if i forgot any step?

Walleclipse commented 3 years ago

Hi, You can use ONE of the following methods: 1) Specify the checkpoint path of BEST_CHECKPOINT_FOLDER in constants.py.
BEST_CHECKPOINT_FOLDER = 'checkpoints'.
My checkpoint was saved in checkpoints. 2) In train.py, modify all c.BEST_CHECKPOINT_FOLDER to c.CHECKPOINT_FOLDER.