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
Note that with RETURNN-common, this is not so much an issue anymore, as RETURNN common only uses the AsIsLoss, and all losses are already defined via normal layers.
Multiple things:
Loss
becomes a subclass ofLayerBase
This should greatly cleanup the complexity we currently have with
LayerBase.get_losses
andLossHolder
.This should also fix some bugs along the way, e.g. #556.
The text was updated successfully, but these errors were encountered: