Closed
Description
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.