deepgram / kur

Descriptive Deep Learning
Apache License 2.0
814 stars 107 forks source link

Why here is no `timer['all'].pause()` when training finishes? #67

Closed EmbraceLife closed 7 years ago

EmbraceLife commented 7 years ago

when we train, we set timers['all'].resume(), but why there no timers['all'].pause() when training stops or finishes?