NifTK / NiftyNet

[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-guided therapy
http://niftynet.io
Apache License 2.0
1.36k stars 404 forks source link

Feature: Introducing handler_performance #270

Open tomvars opened 5 years ago

tomvars commented 5 years ago

We're introducing a handler_performance.py which will keep a performance history which other handlers can access to perform performance dependent logic. Future examples include early stopping, reducing LR on plateau and curriculum learning.

tomvars commented 5 years ago

This work is in the following PR https://github.com/NifTK/NiftyNet/pull/271