Chengxiang1122 commited on
Commit
bc13699
·
verified ·
1 Parent(s): 994d8ec

upload README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # OkVqa
2
+
3
+ - Repo: `Chengxiang1122/OkVqa`
4
+ - Config source: `/g/data/cp23/ch3329/Multimodal_continual_learning/configs/ours2.yaml`
5
+
6
+ ## Archive files
7
+ - `archives/OkVqa/OkVqa.tar.gz`
8
+
9
+ ## Included YAML paths
10
+ - `train.questions_json` -> `/g/data/cp23/ch3329/data/OKVQA/OpenEnded_mscoco_train2014_questions.json`
11
+ - `train.annotations_json` -> `/g/data/cp23/ch3329/data/OKVQA/mscoco_train2014_annotations.json`
12
+ - `val.questions_json` -> `/g/data/cp23/ch3329/data/OKVQA/OpenEnded_mscoco_val2014_questions.json`
13
+ - `val.annotations_json` -> `/g/data/cp23/ch3329/data/OKVQA/mscoco_val2014_annotations.json`
14
+
15
+ ## Shared references
16
+ - `train.image_dir` -> `/g/data/cp23/ch3329/data/coco/train2014` uses `archives/coco_shared/train2014.tar.gz`
17
+ - `val.image_dir` -> `/g/data/cp23/ch3329/data/coco/val2014` uses `archives/coco_shared/val2014.tar.gz`