Skip to content

Commit f60c087

Browse files
author
Virginia Fernandez
committed
Remove empty space
Signed-off-by: Virginia Fernandez <[email protected]>
1 parent 35c2edf commit f60c087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/networks/nets/autoencoderkl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ def sampling(self, z_mu: torch.Tensor, z_sigma: torch.Tensor) -> torch.Tensor:
619619
620620
Args:
621621
z_mu: Bx[Z_CHANNELS]x[LATENT SPACE SIZE] mean vector obtained by the encoder when you encode an image
622-
z_sigma: Bx[Z_CHANNELS]x[LATENT SPACE SIZE] variance vector obtained by the encoder when you encode an image
622+
z_sigma: Bx[Z_CHANNELS]x[LATENT SPACE SIZE] variance vector obtained by the encoder when you encode an image
623623
624624
Returns:
625625
sample of shape Bx[Z_CHANNELS]x[LATENT SPACE SIZE]

0 commit comments

Comments
 (0)