Closed Haoqing-Wang closed 2 years ago
Hi @Haoqing-Wang , apologies for the late reply, but set the regularization strength to 0.075
. With this command:
python logistic_eval.py --root-path /datasets01/ --image-folder imagenet_full_size/061417/ --subset-path imagenet_subsets1/1percent.txt --pretrained models/ --fname vits16_800ep.pth.tar --model-name deit_small --lambd 0.075
I get
I only get 66.9% accuracy for the released ViT-S checkpoint, which is lower than the reported 67.2%. I use the provided default seeting for logistic regression.
Besides, I set
--blocks=1, --lambd=0.0025, --penalty=l2,--normalize=True
. Is there something wrong?