We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e21fe commit 83e3dd6Copy full SHA for 83e3dd6
monai/inferers/inferer.py
@@ -1211,8 +1211,6 @@ def sample( # type: ignore[override]
1211
decode = autoencoder_model.decode_stage_2_outputs
1212
if isinstance(autoencoder_model, SPADEAutoencoderKL):
1213
decode = partial(autoencoder_model.decode_stage_2_outputs, seg=seg)
1214
- print("Decoding latents...")
1215
- print(latent.shape)
1216
image = decode(latent / self.scale_factor)
1217
if save_intermediates:
1218
intermediates = []
0 commit comments