PathologyDataScience / glimr

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

Prevent callables from using kwargs #35

Closed cooperlab closed 1 year ago

cooperlab commented 1 year ago

Using kwargs with callable losses via functools.partial prevents saving of models (tensorflow error). For now, raise an error when kwargs are provided with losses. Upgrade losses to classes to enable kwargs.

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

Branch issue-35-Prevent_callables_from_using_kwargs created!

cooperlab commented 1 year ago

Addressed by PR #36