Thank you for your great work. I'm currently facing two issues while trying to reproduce the experiments locally:
- 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?
- 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"?
I find that in the pertained.py file, "laion400m_e32" only exists in the "VITL14" model, not "VITL14_336" model tag:

Thank you for your great work. I'm currently facing two issues while trying to reproduce the experiments locally:
All parameters used the default settings. Is there any problem with my training script configuration?
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"?
I find that in the pertained.py file, "laion400m_e32" only exists in the "VITL14" model, not "VITL14_336" model tag:
