ayushkarnawat / profit

Exploring evolutionary protein fitness landscapes
MIT License
1 stars 0 forks source link

PyTorch training callbacks #71

Closed ayushkarnawat closed 4 years ago

ayushkarnawat commented 4 years ago

Description

Properly implement callbacks, which monitor certain quantities within the training logs to determine what to do (i.e. save a model, stop training, etc.)

Changes