aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/tf-event-dashboard/demo/data/runs.json
blob: 90fb0cbb0944fc664b1e7385ce776e50fd75b8b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "alpha": {
    "scalars": [
      "d1",
      "d2",
      "d3",
      "d4"
    ],
    "histograms": [],
    "images": []
  },
  "beta": {
    "scalars": [
      "d1",
      "d2",
      "d3",
      "d4"
    ],
    "histograms": [],
    "images": []
  }
}