From 9a8ff424a22adbc1341a630c3ce2a4fb71d7e1ee Mon Sep 17 00:00:00 2001 From: "Binh X. Nguyen" <53331110+xuanbinh-nguyen96@users.noreply.github.com> Date: Wed, 12 Oct 2022 22:36:09 +0700 Subject: [PATCH] Rename run_VQA_RAD.sh to run_vqa_VQA_RAD.sh --- run_VQA_RAD.sh => run_vqa_VQA_RAD.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename run_VQA_RAD.sh => run_vqa_VQA_RAD.sh (95%) diff --git a/run_VQA_RAD.sh b/run_vqa_VQA_RAD.sh similarity index 95% rename from run_VQA_RAD.sh rename to run_vqa_VQA_RAD.sh index a351556..87528de 100755 --- a/run_VQA_RAD.sh +++ b/run_vqa_VQA_RAD.sh @@ -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 \ No newline at end of file +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