I want to stop my model from training once my loss reaches a certain tolerance value.
Can I do this by editing the config file or is there something else I need to code for in my model?
I am aware there was a post similar to this before, but none of the provided links seem to be working.