Skip to content

2.1.0

Compare
Choose a tag to compare
@shadowdragon89 shadowdragon89 released this 15 Jan 23:11
· 15 commits to r2.1 since this release
d83512c

TensorFlow Serving using TensorFlow 2.1.0

Major Features and Improvements

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)