amazon-science / patchcore-inspection

Apache License 2.0
691 stars 142 forks source link

which version of timm the project uses #97

Closed BaoZi-chu closed 3 months ago

BaoZi-chu commented 3 months ago

I've been using timm for my projects and recently noticed that my version differs from the one provided in your repository which might be the reason I can't get the same performance as you . To ensure compatibility and keep up with the latest developments, I'd like to confirm the current version you are using. image

Could you please let me know the version of timm you are currently using or maintaining in your repository? This information will help me align my work accordingly.

BaoZi-chu commented 3 months ago

this is the code I run image and the result I get image

BaoZi-chu commented 3 months ago

I check the code and figure out wideresner50 load from torchvison(https://download.pytorch.org/models/wide_resnet50_2-95faca4d.pth). I load the model correctly but can't get same performance as the paper said. I have no idea about that T_T