Implement stopping training when val loss increases. I think we can do this through Callbacks. Maybe create a new callback class in the callbacks.py file so we can toggle whether to use this feature or not? Or just put it in the sole extant class bc "we will always use this".
Implement stopping training when val loss increases. I think we can do this through Callbacks. Maybe create a new callback class in the callbacks.py file so we can toggle whether to use this feature or not? Or just put it in the sole extant class bc "we will always use this".