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

What is stopping condition in train.py #61

Closed RushiKawade closed 3 years ago

RushiKawade commented 4 years ago

Please explain how to stop infinite loop in train. Py

Walleclipse commented 4 years ago

Sorry for the late reply. If I want to stop the loop, I will kill the training process.
Besides, I just added a stopping condition in my code. Please check 118~121 lines in train.py. You can change the value of Num_Iter to determine the stopping condition