We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I can train by this command:
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?
The text was updated successfully, but these errors were encountered:
Hi,Hava you solved this problem?
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: