tune的结果图是什么

1.可视化

https://docs.ray.io/en/master/tune/user-guide.html#tune-autofilled-metrics

 

在训练期间,除用户提供的值外,Tune还将自动记录以下指标。 所有这些都可以用作停止条件,或作为参数传递给Trial Schedulers / Search Algorithms。

 

  •  done: True if the trial has been finished, False otherwise
  • iterations_since_restore: The number of times tune.report()/trainable.train() has been called after restoring the worker from a checkpoint
  • time_since_restore: Time in seconds since restoring from a checkpoint.
  • time_this_iter_s: Runtime of the current training iteration in seconds 

2.tune.report

 

posted @ 2021-05-20 13:48  lypbendlf  阅读(49)  评论(0编辑  收藏  举报