ConcatAggregationCombination
- class ConcatAggregationCombination(aggregation: str | Callable[[Tensor], Tensor] | None = None, dim: int = -1)[source]
Bases:
ConcatCombinationCombine representation by concatenation followed by an aggregation along the same axis.
Initialize the combination.
- Parameters:
Methods Summary
forward(xs)Combine a sequence of individual representations.
Iterate over the components of the
extra_repr().Methods Documentation