Skip to content

Commit 0381eea

Browse files
author
Virginia Fernandez
committed
DCO Remediation Commit for Virginia Fernandez <[email protected]>\nI, Virginia Fernandez <[email protected]>, hereby add my Signed-off-by to this commit: 79f357a\nSigned-off-by: Virginia Fernandez <[email protected]>
Signed-off-by: Virginia Fernandez <[email protected]>
1 parent f60c087 commit 0381eea

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
@@ -614,7 +614,7 @@ def encode(self, x: torch.Tensor) -> tuple[torch.Tensor, torch.Tensor]:
614614
def sampling(self, z_mu: torch.Tensor, z_sigma: torch.Tensor) -> torch.Tensor:
615615
"""
616616
From the mean and sigma representations resulting of encoding an image through the latent space,
617-
obtains a noise sample resulting from sampling gaussian noise, multiplying by the variance (sigma) and
617+
obtains a noise sample resulting from sampling gaussian noise, multiplying by the variance (sigma) and
618618
adding the mean.
619619
620620
Args:

0 commit comments

Comments
 (0)