Skip to content

TensorFlow Ranking v0.1.3

Compare
Choose a tag to compare
@ramakumar1729 ramakumar1729 released this 20 Jun 21:00
· 507 commits to master since this release

This is the 0.1.3 release of TensorFlow Ranking. It is tested and stable against TensorFlow version 1.14.0. The main changes in this release are:

  • Introduced an ExampleInExample data format.
  • Introduced a factory method to build tf.dataset in different data formats.
  • Introduced a factory method to build serving receiving input functions for different data formats.
  • Refactored the main modules to be object-oriented to increase the code extensibility.