Skip to content

v0.2.3

Compare
Choose a tag to compare
@shenweichen shenweichen released this 24 Jan 14:08
· 92 commits to master since this release
d97e9cd

Major Features and Improvements

  • Adopted a new feature config generation method. example
  • Simplified input mechanism for multi-valued features.example

Bug Fixes and Other Changes

  • In some cases the order of model input placeholder and actual model input list does not match.
  • Divide by zero overflow in SequencePoolingLayer when sequence length is 0.

API changes

  • Now we must use SingleFeat and VarLenFeat to build feature configuration dict.Previous versions of the code require a little modification to work properly. example