Skip to content

Commit 22e21fe

Browse files
authored
Update monai/inferers/inferer.py
Signed-off-by: YunLiu <[email protected]>
1 parent 2e4424e commit 22e21fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

monai/inferers/inferer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,6 @@ def sample( # type: ignore[override]
12141214
print("Decoding latents...")
12151215
print(latent.shape)
12161216
image = decode(latent / self.scale_factor)
1217-
print(image.shape)
12181217
if save_intermediates:
12191218
intermediates = []
12201219
for latent_intermediate in latent_intermediates:

0 commit comments

Comments
 (0)