ELEKTRONN / elektronn3

A PyTorch-based library for working with 3D and 2D convolutional neural networks, with focus on semantic segmentation of volumetric biomedical image data
MIT License
160 stars 27 forks source link

Early stopping and dynamic learning rate reduction #7

Closed mdraw closed 5 years ago

mdraw commented 6 years ago
mdraw commented 5 years ago

This issue is kind of obsolete now that we have support for quasi-periodic learning rate schedules, which never reach an easily identifiable point where there is no more possible improvement (especially if the parameter snapshots are used for stochastic weight averaging or ensembling, where diversity matters).

Contributions are still welcome in this regard if they work well with classical learning rate schedules, but I currently don't plan on implementing such a feature myself.