8000 [train output] trim per iteration result dict · Issue #33019 · ray-project/ray · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[train output] trim per iteration result dict #33019
Closed
@xwjiang2010

Description

@xwjiang2010

What happened + What you expected to happen

current result dict looks like:

Result for train_mnist_90952_00005:
  date: 2023-03-03_13-59-00
  done: false
  hostname: xw
  iterations_since_restore: 16
  mean_accuracy: 0.871875
  node_ip: 127.0.0.1
  pid: 76269
  time_since_restore: 5.982109069824219
  time_this_iter_s: 0.35072994232177734
  time_total_s: 5.982109069824219
  timestamp: 1677880740
  training_iteration: 16
  trial_id: '90952_00005'

ideal result dict:
Result for train_mnist_90952_00005:
date: 2023-03-03_13-59-00
done: false
hostname: xw
iterations_since_restore: 16
mean_accuracy: 0.871875
node_ip: 127.0.0.1
pid: 76269
time_since_restore: 5.982109069824219
time_this_iter_s: 0.35072994232177734
time_total_s: 5.982109069824219
timestamp: 1677880740
training_iteration: 16
trial_id: '90952_00005'

We should hide internal stuff from users.

Versions / Dependencies

master

Reproduction script

NA

Issue Severity

Medium: It is a significant difficulty but I can work around it.

Metadata

Metadata

Assignees

Labels

P1Issue that should be fixed within a few weeksray-team-createdRay Team created

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0