You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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