GithubHelp home page GithubHelp logo

Using Resnet backbone about vand-april-gan HOT 5 CLOSED

bychelsea avatar bychelsea commented on August 22, 2024
Using Resnet backbone

from vand-april-gan.

Comments (5)

ByChelsea avatar ByChelsea commented on August 22, 2024 2

Hello, I'll update the code as soon as possible to support ResNet50. I will reply to you immediately once the update is completed. :)

from vand-april-gan.

ByChelsea avatar ByChelsea commented on August 22, 2024 2

The bug has been fixed. I just forgot to modify the few-shot part. Thank you for pointing it out!

from vand-april-gan.

afvca avatar afvca commented on August 22, 2024 1

Thank you so much for your (fast) help! Everything is working as expected now :)

from vand-april-gan.

ByChelsea avatar ByChelsea commented on August 22, 2024

Hi, the code has been updated. I highly encourage you to use the new version instead of just replacing modified_resnet.py. You can run with a Resnet50 backbone with this command:

python train.py --dataset mvtec --train_data_path ./data/mvtec \ 
--save_path ./exps/visa/RN50x16 --config_path ./open_clip/model_configs/RN50x16.json --model RN50x16 \ 
--features_list 1 2 3 --pretrained openai --image_size 384  --batch_size 8 --aug_rate 0.2 --print_freq 1 \ 
--epoch 5 --save_freq 1 --learning_rate 0.0001

Note that the parameter features_list here represents the output features of the block to use, whereas in ViT, this parameter refers to the output features of which layer to use.

from vand-april-gan.

afvca avatar afvca commented on August 22, 2024

Hi! Thank you for your fast response!

Training is now working, but when I run the test, I got the following error:

Traceback (most recent call last):
  File "/code/VAND-APRIL-GAN/test.py", line 308, in <module>
    test(args)
  File "/code/VAND-APRIL-GAN/test.py", line 183, in test
    cos = pairwise.cosine_similarity(normal_features_ls[cls_name[0]][layer].cpu(),
  File "/usr/local/lib/python3.10/dist-packages/sklearn/metrics/pairwise.py", line 1251, in cosine_similarity
    X, Y = check_pairwise_arrays(X, Y)
  File "/usr/local/lib/python3.10/dist-packages/sklearn/metrics/pairwise.py", line 156, in check_pairwise_arrays
    X = check_array(
  File "/usr/local/lib/python3.10/dist-packages/sklearn/utils/validation.py", line 794, in check_array
    raise ValueError(
ValueError: Found array with dim 3. check_pairwise_arrays expected <= 2.

from vand-april-gan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.