PaddleSeg
PaddleSeg copied to clipboard
[General Issue] Stop training by loss value
Hey , I would like o know if there is an option to stop training the model not by iteration numbers , but by seeing if whether the learning rate or the loss are static or the delta between some values is smaller than a number .
thank you :)
You can add some situation to the training circulation, and break out of the loop when the condition is met.
that's sounds great, can you show me a code example?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.