-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DiffusionModelUNet does not support torchscript #387
Comments
Is this dependent on Python version? We can use |
Similar to MONAI Core, we adopted the use of |
That import was present at the top of the file in question so did that not work in this case? |
Closing. I was told on MONAI Core that it isn't necessary these models pass torchscript tests. Development of torchscript is frozen and may be replaced by another module. |
DiffusionModelUNet does not support torchscript
There might be other issues. What I found is:
Type | is not supported for torchscript.
GenerativeModels/generative/networks/nets/diffusion_model_unet.py
Line 524 in fd04ec6
The text was updated successfully, but these errors were encountered: