Skip to content

v0.8.3

Compare
Choose a tag to compare
@shenweichen shenweichen released this 06 Jan 14:40
· 25 commits to master since this release
43b971c

Change Log

Major Features and Improvements

API changes

  • signature ofDenseFeat changed
    • before (name, dimension, dtype)
    • now (name, dimension, dtype, transform_fn)
  • The output shape of BilinearInteraction Layer used in FiBiNET changed
    • before:(batch_size, 1, filed_size*(filed_size-1)/2*embedding_size)
    • now: (batch_size, filed_size*(filed_size-1)/2, embedding_size)

Bug Fixes and Other Changes

  • fix model save issues in tf 2.1.0, h5py 3.0.0. #487
  • simplify methods in interaction.py