Skip to content

Commit 4a985da

Browse files
author
Virginia Fernandez
committed
Remove debugging related print statements.
Signed-off-by: Virginia Fernandez <[email protected]>
1 parent 2e4424e commit 4a985da

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

monai/inferers/inferer.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,10 +1211,7 @@ 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)
1217-
print(image.shape)
12181215
if save_intermediates:
12191216
intermediates = []
12201217
for latent_intermediate in latent_intermediates:

0 commit comments

Comments
 (0)