首页 > 其他 > 详细

tune的结果图是什么

时间:2021-05-20 15:27:32      阅读:16      评论:0      收藏:0      [点我收藏+]

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

 

tune的结果图是什么

原文:https://www.cnblogs.com/BlueBlueSea/p/14789530.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!