API.md 253 字节
Newer Older
B
BingBlog 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
# API

## runs
current runs

url: /data/runs

response:
```
["train", "test"]

```

## logdir

url: /data/logdir

response:
```
{
    "logdir": "./tmp/tensorflow/mnist/logs/mnist_with_summaries/"
}
```

## data/plugins_listing

url: data/plugins_listing