v1.1.2 Change Logs
Add custom constraint wrapper.Addedcomposite_loss
and seperate loss functions in thecriterion
module.- Add
plot_specs
andget_specs
for masks. - Change
masks()
in thenn4n.structure
toget_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_loss
andcriterion
module.RenameKeepcriterion
toconstraint
.criterion
as it is.- Change
BaseStruct
toBaseMask
. - Change the network to use
batch_first
by default. - Remove all
batch_first
related parameters. It is not the core feature and complicates the API. - Add a
composer
module 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
deprecate
warnings. - Add complex networks.