tobegit3hub / simple_tensorflow_serving

Generic and easy-to-use serving service for machine learning models
https://stfs.readthedocs.io
Apache License 2.0
757 stars 195 forks source link

What is the difference between it and tensorflow serving? What are the advantages? Where can I see its benchmarks about inference performance test?? #82

Closed charmby closed 4 years ago

charmby commented 4 years ago

What is the difference between it and tensorflow serving? What are the advantages? Where can I see its benchmarks about inference performance test??

tobegit3hub commented 4 years ago

The result of benchmark in the README https://github.com/tobegit3hub/simple_tensorflow_serving#performance . And you can test by yourself with the scripts in ./benchmark.

You can see all the features in README which are quite different from tensorflow/serving.

charmby commented 4 years ago

The result of benchmark in the README https://github.com/tobegit3hub/simple_tensorflow_serving#performance . And you can test by yourself with the scripts in ./benchmark.

You can see all the features in README which are quite different from tensorflow/serving.

Thanks so much for your reply.