You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I was not missing, SIMPLE-NN currently doesn't deploy the early stopping metrics. Since it leans on PyTorch, ReduceLROnPlateau class should be a ready solution. After all, people don't want it runs forever (predefined a large max_epoch).
Thanks for your effort in developing this package, excellent work :)
The text was updated successfully, but these errors were encountered:
Hi Jisu,
Thanks for reply. I mean the metric monitoring the loss such as validation loss to make the early-stopping, not just the target energy or forces values. Because the model would never achieve your predefined values if the target values are so small, and we want it stop in advance if validation loss never improve in many steps, say threshold.
It is not a serious problem, but may somehow help SIMPLE-NN more reasonable when training. Have a good day!
Best regards,
Teng
If I was not missing, SIMPLE-NN currently doesn't deploy the early stopping metrics. Since it leans on PyTorch, ReduceLROnPlateau class should be a ready solution. After all, people don't want it runs forever (predefined a large max_epoch).
Thanks for your effort in developing this package, excellent work :)
The text was updated successfully, but these errors were encountered: