-
Notifications
You must be signed in to change notification settings - Fork 97
Trouble with AutoencoderKL #484
Comments
Please try updating monai-generative to the latest version |
I am using the latest version (monai-generative version 0.2.3 and monai version 1.3.0) downloaded from PyPI, but I am still encountering the same error |
What happens when you print |
When I call the generative-monai from generative.losses import PatchAdversarialLoss, PerceptualLoss The terminal encountered an error related to 'model.use_checkpointing' |
This suggests a problem with your install to me. If i create a fresh environment and run from generative.networks.nets import AutoencoderKL
net = AutoencoderKL(spatial_dims=2)
print(net.use_checkpointing) I would recommend trying again in a fresh virtual environment |
Has this issue been resolved with the last suggestion? |
Hi I have a trouble when import AutoencoderKL from generative

The text was updated successfully, but these errors were encountered: