Skip to content

Commit 83e3dd6

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

monai/inferers/inferer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,8 +1211,6 @@ def sample( # type: ignore[override]
12111211
decode = autoencoder_model.decode_stage_2_outputs
12121212
if isinstance(autoencoder_model, SPADEAutoencoderKL):
12131213
decode = partial(autoencoder_model.decode_stage_2_outputs, seg=seg)
1214-
print("Decoding latents...")
1215-
print(latent.shape)
12161214
image = decode(latent / self.scale_factor)
12171215
if save_intermediates:
12181216
intermediates = []

0 commit comments

Comments
 (0)