Files
pytorch/test/expect/TestTensorBoard.test_hparams_string.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
522 B
Plaintext

(value {
tag: "_hparams_/experiment"
metadata {
plugin_data {
plugin_name: "hparams"
content: "\022\036\"\016\n\nstring_var \001*\014\n\n\022\010accuracy"
}
}
}
, value {
tag: "_hparams_/session_start_info"
metadata {
plugin_data {
plugin_name: "hparams"
content: "\032\024\n\022\n\nstring_var\022\004\032\002hi"
}
}
}
, value {
tag: "_hparams_/session_end_info"
metadata {
plugin_data {
plugin_name: "hparams"
content: "\"\002\010\001"
}
}
}
)