mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/53496 New style vs old styleb306651ab5/tensorboard/data_compat.py (L49-L53)Writing in new style can help avoid the cost of migrationb306651ab5/tensorboard/data_compat.py (L46)---- Test Plan: buck run caffe2/test:tensorboard --- Reviewed By: edward-io Differential Revision: D26879076 fbshipit-source-id: 43cfe9e1ca52dad3efc10332715d39f1cc984862
13 lines
155 B
Plaintext
13 lines
155 B
Plaintext
value {
|
|
tag: "test_scalar"
|
|
tensor {
|
|
dtype: DT_FLOAT
|
|
float_val: 1.0
|
|
}
|
|
metadata {
|
|
plugin_data {
|
|
plugin_name: "scalars"
|
|
}
|
|
}
|
|
}
|