Closed cooperlab closed 1 year ago
Replaces the loss/metric mapping approach by passing class definitions or callables instead. This enables use of kwargs to customize loss/metric behavior.
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
This works but breaks the experiment restoration. See Issue #33.
Replaces the loss/metric mapping approach by passing class definitions or callables instead. This enables use of kwargs to customize loss/metric behavior.