Skip to content

TensorFlow Ranking v0.1.6

Compare
Choose a tag to compare
@xuanhuiwang xuanhuiwang released this 22 Oct 05:57
· 467 commits to master since this release

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 the ExampleInExample one.
  • Add a demo script for data stored in TFRecord. The stored format can be ExampleListhWithContext or other format defined in data.py.