v1.1.2 Change Logs
Add custom constraint wrapper.Addedcomposite_lossand seperate loss functions in thecriterionmodule.- Add
plot_specsandget_specsfor masks. - Change
masks()in thenn4n.structuretoget_masks(). Change the loss to functional forms. (e.g. function(model) -> loss). It might be better to also have a function that gets the specific model attributes (i.e., an interface cuz the model might change).Seecomposite_lossandcriterionmodule.RenameKeepcriteriontoconstraint.criterionas it is.- Change
BaseStructtoBaseMask. - Change the network to use
batch_firstby default. - Remove all
batch_firstrelated parameters. It is not the core feature and complicates the API. - Add a
composermodule to compose complex networks. - Add LSTM and GRU.
- Change quickstart example to a more complex example.
- Change top icons to actual links (forgot what I meant by this).
- The EIRNN example need to be change to the actual example.
- Remove the
deprecatewarnings. - Add complex networks.