TensorFlow Serving using TensorFlow 2.6.0-rc2
Bug Fixes and Other Changes
- Enable tensor output filters with batching. (commit: 448dbe1)
- Resize tensors if the dimensions of the tflite and tensorflow inputs mismatch, even if the number of elements are the same (commit: 8293f44)
- Update TF Text to v2.5.0. (commit: 48e5a9e)
- Add basic batch scheduler for tflite models to improve batch parallelism. (commit: 0ffd608)
- Enable HTTP PATCH support in evhttp_server (commit: 6cbc4a9)