What's your torch version? #1165
-
I want to run the latest version of anomalib. (anomalib-1.0.0.dev0) However, this error is occured.
I think it's because torchvision doesn't match your environment. But I couldn't find which version of torch you guys used. Which torch version did you use? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
hmm, this might mean that the name of the weights might have changed in one of the recent torchvision versions. @djdameln, do you think if this is related to AI-VAD? |
Beta Was this translation helpful? Give feedback.
-
![]() It also works on my side |
Beta Was this translation helpful? Give feedback.
-
@JeonghwaYoo-R, what is your torchvision version? |
Beta Was this translation helpful? Give feedback.
On my side,
from torchvision.models.detection import KeypointRCNN_ResNet50_FPN_Weights
works fine with bothand