sakura.models.modules.FCCompressor.forward

FCCompressor.forward(x)

Sequentially forward through all modules in model_list to transform input tensor.

Parameters:

x (torch.Tensor) – Input tensor, typically of shape [batch_size, …]

Returns:

Transformed output after passing through all modules

Return type:

torch.Tensor