Skip to content

Commit 06d8661

Browse files
authored
DCO Remediation Commit for Can Zhao <[email protected]> I, Can Zhao <[email protected]>, hereby add my Signed-off-by to this commit: efdc623 I, Can Zhao <[email protected]>, hereby add my Signed-off-by to this commit: 131f7e6 Signed-off-by: Can Zhao <[email protected]>
1 parent 131f7e6 commit 06d8661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/apps/generation/maisi/networks/autoencoderkl_maisi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def forward(self, x: torch.Tensor) -> torch.Tensor:
234234

235235
if self.dim_split <= 1 and self.num_splits <= 1:
236236
x = self.conv(x)
237-
return x
237+
return x
238238

239239
# compute size of splits
240240
l = x.size(self.dim_split + 2)

0 commit comments

Comments
 (0)