tensorflow-serving 0.1.0

Rust tensorflow-serving client
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Notes

# Todo

* write the following test:

- start the model server with only version 1
- query model version 1 specifically (assert true)
- query model version 2 specifically (assert failure)
- copy model version 1 to version 2
- query model version 1 specifically (assert true)
- query model version 2 specifically (assert failure)
- reload config
- query model version 1 specifically (assert true)
- query model version 2 specifically (assert true)