PathologyDataScience / glimr

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

Issue 23 - multi-output models fail #24

Closed cooperlab closed 1 year ago

cooperlab commented 1 year ago

Addresses Issue #23 . Use length of model outputs instead of length of tasks to correctly predict keras naming of metrics.

cooperlab commented 1 year ago

Reverted addition of moving average using tfa package. This is incompatible with newer TensorFlow versions.

Will address shortly in Issue #21 using AdamW optimizer with native Keras support.