Skip to content

Commit

Permalink
"add: run files"
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanbinh-nguyen96 committed Jul 2, 2021
1 parent 100e42b commit 1cfe4c9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Ignore data folder for light-weight
data_RAD
data_RAD/
data
data/
data_PathVQA
dataPathVQA/
saved_models
saved_models/
results
Expand Down
2 changes: 2 additions & 0 deletions run_VQA_RAD.sh
Original file line number Diff line number Diff line change
@@ -0,0 +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
2 changes: 2 additions & 0 deletions run_test_PathVQA.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
python3 test.py --use_VQA --VQA_dir data_PathVQA --maml --autoencoder --feat_dim 32 --img_size 84 --maml_model_path pretrained_maml_pytorch_other_optimization_5shot_newmethod.pth --input saved_models/MMQ_BAN_MEVF_pathVQA --maml_nums 2,5 --model BAN --epoch _best
2 changes: 2 additions & 0 deletions run_test_VQA_RAD.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
python3 test.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 --input saved_models/MMQ_BAN_MEVF_vqaRAD --epoch _best --maml_nums 2,4 --model BAN
2 changes: 2 additions & 0 deletions run_vqa_PathVQA.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
python3 main.py --use_VQA --VQA_dir data_PathVQA --maml --autoencoder --feat_dim 32 --img_size 84 --maml_model_path pretrained_maml_pytorch_other_optimization_5shot_newmethod.pth --maml_nums 2,5 --model BAN --lr 0.01 --seed 2104 --output saved_models/MMQ_BAN_MEVF_pathVQA

0 comments on commit 1cfe4c9

Please sign in to comment.