DeepRec-AI / HybridBackend

A high-performance framework for training wide-and-deep recommender systems on heterogeneous cluster
Apache License 2.0
156 stars 30 forks source link

Metrics in HB multi outputs job don't get correctly #90

Closed taoyun951753 closed 1 year ago

taoyun951753 commented 1 year ago

Current behavior

When running multi outputs job with HB, Log doesn't get the metrics of second output B539969A-1C11-49AB-AE6D-1EC016B58F9C

As show above, the log gets the output_1_auc metric but leave out the output_2_mean_squared_error metric and output_2_mean_absoluted_error metric

Expected behavior

I want all the metrics can get correctly

System information

Code to reproduce

Willing to contribute

Yes