ray.tune.CLIReporter.添加_指标_列#

CLIReporter.add_metric_column(metric: str, representation: str | None = None)#

向现有列添加一个指标。

参数:
  • metric – 要添加的指标。这必须是训练步骤结果中返回的指标。

  • representation – 在表格中使用的表示法。默认为 metric