Skip to content

Lower results in local reproduction and a question about pretraining parameters #10

Description

@sodaGH

Thank you for your great work. I'm currently facing two issues while trying to reproduce the experiments locally:

  1. I'm getting lower results locally compared to those reported in the paper, and my training script is as follows:

python train.py
--dataset mvtec
--train_data_path ./data/mvtec
--save_path ./exps/mvtec_EXP0_defaultCheck/
--exp_name EXP0_multiADs_default
--batch_size 8
--epoch 10
--pretrained "openai"
--model "ViT-L-14-336"

All parameters used the default settings. Is there any problem with my training script configuration?

  1. I noticed a discrepancy between the paper and the actual code regarding the choice of pretraining parameters. Specifically, the paper's description doesn't match the implementation.
    Could you please clarify the exact experimental configuration used for training? Regarding the "model" and "pretrained" parameter combinations, did you use "VIT-L/14-336" + "openai" or "VIT-L/14" + "laion400m_e32"?
Image Image

I find that in the pertained.py file, "laion400m_e32" only exists in the "VITL14" model, not "VITL14_336" model tag:
Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationquestionFurther information is requested

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions