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
Update feature config generation method & Fix bugs
- Adopted a new feature config generation method
- Simplified input mechanism for multi-valued features.
- Fix bug: in some cases the order of model input placeholder and actual model input list does not match.
- Fix bug: Divide by zero overflow in `SequencePoolingLayer` when sequence length is 0.