Skip to content

Commit

Permalink
Rename run_VQA_RAD.sh to run_vqa_VQA_RAD.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanbinh-nguyen96 authored Oct 12, 2022
1 parent 2b4eec5 commit 9a8ff42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_VQA_RAD.sh → run_vqa_VQA_RAD.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
python3 main.py --use_VQA --VQA_dir data_RAD --maml --autoencoder --feat_dim 64 --img_size 84 --maml_model_path pretrained_maml_pytorch_other_optimization_3shot_newmethod.pth --maml_nums 2,4 --model BAN --lr 0.001 --seed 1342 --output saved_models/MMQ_BAN_MEVF_vqaRAD
python3 main.py --use_VQA --VQA_dir data_RAD --maml --autoencoder --feat_dim 64 --img_size 84 --maml_model_path pretrained_maml_pytorch_other_optimization_3shot_newmethod.pth --maml_nums 2,4 --model BAN --lr 0.001 --seed 1342 --output saved_models/MMQ_BAN_MEVF_vqaRAD

0 comments on commit 9a8ff42

Please sign in to comment.