pytorch/test/expect/TestTensorBoard.test_hparams_number.expect
Tzu-Wei Huang 609d5a4476 [tensorboard] Let hparam render values correctly (#31544)
Summary:
The root cause of incorrect rendering is that numbers are treated as a string if the data type is not specified. Therefore the data is sort based on the first digit.

closes https://github.com/pytorch/pytorch/issues/29906
 cc orionr sanekmelnikov
Pull Request resolved: https://github.com/pytorch/pytorch/pull/31544

Differential Revision: D21105403

Pulled By: natalialunova

fbshipit-source-id: a676ff5ab94c5bdb653615d43219604e54747e56
2020-05-08 00:05:16 -07:00

28 lines
531 B
Plaintext

(value {
tag: "_hparams_/experiment"
metadata {
plugin_data {
plugin_name: "hparams"
content: "\022\026\"\006\n\002lr \003*\014\n\n\022\010accuracy"
}
}
}
, value {
tag: "_hparams_/session_start_info"
metadata {
plugin_data {
plugin_name: "hparams"
content: "\032\021\n\017\n\002lr\022\t\021\232\231\231\231\231\231\271?"
}
}
}
, value {
tag: "_hparams_/session_end_info"
metadata {
plugin_data {
plugin_name: "hparams"
content: "\"\002\010\001"
}
}
}
)