PathologyDataScience / glimr

A simplified wrapper for hyperparameter search with Ray Tune.
Apache License 2.0
1 stars 0 forks source link

Allow non-class losses #15

Closed cooperlab closed 1 year ago

cooperlab commented 1 year ago

A valid loss can be a callable/function and doesn't have to be a class.

Change keras_losses to handle callable loss objects too.

create-issue-branch[bot] commented 1 year ago

Branch issue-15-Allow_non-class_losses created!

cooperlab commented 1 year ago

Addressed by PR #16