lanl / hippynn

python library for atomistic machine learning
https://lanl.github.io/hippynn/
Other
59 stars 22 forks source link

Depreciation warning for argument on PyTorch ReduceLROnPlateau function #67

Open shinkle-lanl opened 2 months ago

shinkle-lanl commented 2 months ago

PyTorch is depreciating the argument 'verbose' in the ReduceLROnPlateau function. The HIPPYNN function RaiseBatchSizeOnPlateau will need to be updated to avoid using this argument when calling ReduceLROnPlateau.