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
NEW: Add several useful higher-order functions, including @layerize and @metalayerize decorators to turn functions into weightless layers.
NEW: Add batch normalization layer.
NEW: Add residual layer using pre-activation approach.
Simplify model setup and initialization.
Add ELU layer.
🔴 Bug fixes
The AveragedPerceptron class can now continue training after model loading. Previously, the weights were zeroed for each feature as soon as it was updated. This affected spaCy users, especially those adding new classes to the named entity recognizer.