ConcatCombination
- class ConcatCombination(dim: int = -1)[source]
Bases:
Combination
Combine representation by concatenation.
Initialize the combination.
- Parameters:
dim (int) – the concatenation dimension
Methods Summary
forward
(xs)Combine a sequence of individual representations.
Iterate over the components of the
extra_repr()
.Methods Documentation