提交 ae93b88b 编写于 作者: A A. Unique TensorFlower 提交者: Vijay Vasudevan

Corrected Tensorboard's http_api.md documentation /runs endpoint to include compressedHistograms.

Change: 110287931
上级 76165776
......@@ -38,12 +38,14 @@ from the TensorBoard server. Here is an example:
{
"train_run": {
"histograms": ["foo_histogram", "bar_histogram"],
"compressedHistograms": ["foo_histogram", "bar_histogram"],
"scalars": ["xent", "loss", "learning_rate"],
"images": ["input"],
"graph": true
},
"eval": {
"histograms": ["foo_histogram", "bar_histogram"],
"compressedHistograms": ["foo_histogram", "bar_histogram"],
"scalars": ["precision", "recall"],
"images": ["input"],
"graph": false
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册