ray.tune.ProgressReporter# class ray.tune.ProgressReporter[源代码]# 基类:object 实验进度报告的抽象类。 should_report() 被调用来决定是否应该调用 report()。Tune 将在试验状态转换、接收训练结果等之后调用这些函数。 方法 __init__ report 跨试验报告进度。 setup 为新的 Ray Tune 运行设置进度报告器。 should_report 返回是否应报告进度。