Closed Danielll2 closed 7 years ago
I usually perform manual early stopping by watching the validation IoU score and terminating the training process via CTRL + C once it no longer improves.
Thanks a lot!
Quick heads up: I'm currently working on significantly speeding up training by optimizing the block-backprop algorithm and porting some code to C++. I will publish the code within the next 1-2 weeks.
Is there any number of iteration of training? or Just put Ctrl+C to stop training?