Skip to content

Commit 7170733

Browse files
committed
* hparam/score -> hparam/metric
* metrics: show error scores as 9e99 Signed-off-by: Jack Luar <jluar@precisioninno.com>
1 parent 10e92e9 commit 7170733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/AutoTuner/src/autotuner/tensorboard_logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def log_sweep_metrics(
5353
k: v if isinstance(v, (int, float, str, bool)) else str(v)
5454
for k, v in params.items()
5555
},
56-
{"hparam/score": score if score < ERROR_METRIC else 0.0},
56+
{"hparam/metric": score},
5757
)
5858

5959
self.step += 1

0 commit comments

Comments
 (0)