skorch
skorch copied to clipboard
Store learning rate in history when using `ReduceLROnPlateau`
Currently, we don't store the learning rate but it is now being exposed in PyTorch (we may need to check the versions though).
Reported by @jiajiexiao here.