Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

v1.15.6

Compare
Choose a tag to compare
@afrozenator afrozenator released this 02 Jun 15:03

Added basic support for TF2 modeling in f65b5e4 thanks to @rjpower !

Other misc fixes:

  • Fixing feature encoder for tf.string variable length features.
  • adding hparam to make encoder self-attention optional.
  • Documentation update, thanks @w-hat