FirstTokenPooling1D
Applies first token pooling for temporal data
class liqfit.modeling.pooling.FirstTokenPooling1D
Parameters:
x (torch.Tensor): Input tensor to apply pooling on. Expected shape: (B, T, E).
Using FirstTokenPooling1D
Last updated