Skip to content

v0.5.0

Choose a tag to compare

@shenweichen shenweichen released this 30 Jun 14:35
· 79 commits to master since this release
bf210d7

Change Log

Major Features and Improvements

  • Refactor inputs module,now you can input different features to linear part and dnn part of the models.
  • Dense value inputs are concated with the inputs of dnn instead of embed into dense vectors.
  • previous versions of the code require modification to work properly,please refer new examples to update your codes.