-
Notifications
You must be signed in to change notification settings - Fork 101
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: