Decode the latent tensor back to the original space.
- Parameters:
z (Float[Tensor, 'batch *optional_dims channel']) – Latent tensor to be decoded.
- Returns:
Decoded tensor in the original space.
- Return type:
Float[Tensor, ‘batch time spatial *spatial channel’]