File size: 1,041 Bytes
a20151e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | CUDA_VISIBLE_DEVICES=7 python src/imagenet/test.py \
--model-path /mnt/data/vinhbk/weights/imagenet/lr0.0005-learnable-epochs300-batch256-shared1-routed0-topk0/best_870696 \
--lr 0.0005 --epochs 30 --batch-size 256 --seed 0 --num-attention-heads 12 --lmc-layer-indices 0\
--wandb-project LMC-Attention --wandb-group "ViT-ImageNet-FFN" --wandb-entity "vinh-bui0512-hcmut"\
--data-path /mnt/data/vinhbk/datasets/imagenet --save-dir /mnt/data/vinhbk/weights/imagenet/vit-finetune
<<<<<<< HEAD
=======
>>>>>>> master
CUDA_VISIBLE_DEVICES=6 python src/imagenet/test.py \
--model-path /mnt/data/vinhbk/weights/imagenet/vit-finetune/finetune-learnable-indice[0]-heads12-shared1-routed0-topk0-seed0/best \
--lr 0.0005 --epochs 30 --batch-size 256 --seed 0 --num-attention-heads 12 --lmc-layer-indices 0\
--wandb-project LMC-Attention --wandb-group "ViT-ImageNet-FFN" --wandb-entity "vinh-bui0512-hcmut"\
--data-path /mnt/data/vinhbk/datasets/imagenet --save-dir /mnt/data/vinhbk/weights/imagenet/vit-finetune |