CondAEModel.encode

CondAEModel.encode(x: torch.Tensor) torch.Tensor[source]

Encode the input data into a latent representation.

Parameters:

x (torch.Tensor) – The input data.

Returns:

torch.Tensor – A tensor containing the latent representation of the input data.