-
We followed the steps from the readme of 3D Latent Diffusion Model on Brats data
Can anyone give any solution for this error which is compatible with our machine's configuration |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
since the pytorch version is 1.9.1, perhaps you should confirm the torchvision version is 0.10.1 |
Beta Was this translation helpful? Give feedback.
I see, it seems
ResNet50_Weights
is introduced in torchvision 0.13 https://github.com/pytorch/vision/releases/tag/v0.13.0, the model can only run in torch 1.12 + torchvision 0.13 or newer.