felixbur / nkululeko

Machine learning speaker characteristics
MIT License
26 stars 4 forks source link

add train test dev method for early stopping #112

Closed felixbur closed 2 months ago

felixbur commented 2 months ago

add a way to do a patience based early stopping of an ANN based on a dev set and then compute the results for dev and a hold-out test set. Probably a new module

felixbur commented 2 months ago

solved for now with a workaround