TensorFlow Serving using TensorFlow 2.1.0
Major Features and Improvements
- Add integration with TensorBoard profiler service.
Breaking Changes
Bug Fixes and Other Changes
- Fix link for TFRecord in Saved Model Warmup documentation. (commit: 127a112)
- Fix typo in http server log message. (commit: 509f6da)
- Be able to discard aspired-versions request from SourceRouter (commit: 10e4987)
- Use public tf.config APIs (commit: 87a4b2b)
- Fix copying of string tensor outputs by explicitly copying each (commit: 9544077)
- Migrate from std::string to tensorflow::tstring. (commit: e24571a)