AdaptFormer icon indicating copy to clipboard operation
AdaptFormer copied to clipboard

Evaluation

Open JiuqingDong opened this issue 2 years ago • 1 comments

Hi, I can train by this command:

image

python3 -m torch.distributed.launch --nproc_per_node=2 --use_env main_image.py
--batch_size 64 --cls_token
--finetune ./pretrained/mae_pretrain_vit_b.pth
--dist_eval --data_path ./data/
--output_dir ./output/
--drop_path 0.0 --blr 0.1
--dataset cifar100 --ffn_adapt

After the training process, I got a lot of checkpoints.pth. However, you provide the test command. Could you give some suggestions for test commands?

JiuqingDong avatar Aug 02 '23 04:08 JiuqingDong

Hi,Hava you solved this problem?

Yummy198913 avatar Dec 01 '23 07:12 Yummy198913