NiftyNet
NiftyNet copied to clipboard
Feature: Introducing handler_performance
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.
This work is in the following PR https://github.com/NifTK/NiftyNet/pull/271