TensorFlow Ranking v0.1.6
This is the 0.1.6 release of TensorFlow Ranking. We add the dependency to tensorflow-serving-api
to use tensorflow.serving.ExampleListWithContext
as our input data format. It is tested and stable against TensorFlow 1.15.0 and TensorFlow 2.0.0. The main changes in this release are:
- Support
tensorflow.serving.ExampleListWithContext
as our input data format (commit). This is a more user-friendly format than theExampleInExample
one. - Add a demo script for data stored in
TFRecord
. The stored format can beExampleListhWithContext
or other format defined in data.py.