zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    Banner实现无线轮播
    二维码生成
    自定义View圆环
    百度地图
    OkHttp解析
    自定义控件生成随机数
    OkHttp中文文档
    Da购物车
    Angular过滤器
    popupWindow
  • 原文地址:https://www.cnblogs.com/BlueBlueSea/p/14789530.html
Copyright © 2011-2022 走看看