dgs.models.alpha.combined.SequentialCombinedAlpha.forward

SequentialCombinedAlpha.forward(s: State) torch.Tensor[source]

Forward call for sequential model calls the next layer with the output of the previous layer. Works for BaseAlphaModule s and any arbitrary model from torch.nn.