You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can download the `coco_karpathy_train.json` from [here](https://storage.googleapis.com/sfr-vision-language-research/datasets/coco_karpathy_train.json).
20
72
21
73
```shell
22
74
data
@@ -38,7 +90,6 @@ data
38
90
│ └── Images
39
91
└── nocaps
40
92
├── images
41
-
├── nocaps_val_4500_captions_coco_format.json
42
93
└── nocaps_val_4500_captions.json
43
94
```
44
95
@@ -69,22 +120,22 @@ Coming Soon
69
120
70
121
## 🔥 Retrieval Fine-tuning
71
122
72
-
To fine-tune InternVL on Flickr30K with 32 GPUs, run:
123
+
To fine-tune InternVL on Flickr30K with 32 GPUs and slurm system, run:
73
124
74
125
```bash
75
-
sh shell/finetune/internvl_stage2_finetune_flickr_364_bs1024_ep10.sh
126
+
GPUS=32 sh shell/finetune/internvl_stage2_finetune_flickr_364_bs1024_ep10.sh
76
127
```
77
128
78
-
To fine-tune InternVL on Flickr30K-CN with 32 GPUs, run:
129
+
To fine-tune InternVL on Flickr30K-CN with 32 GPUs and slurm system, run:
79
130
80
131
```shell
81
-
sh shell/finetune/internvl_stage2_finetune_flickrcn_364_bs1024_ep10.sh
132
+
GPUS=32 sh shell/finetune/internvl_stage2_finetune_flickrcn_364_bs1024_ep10.sh
82
133
```
83
134
84
-
To fine-tune InternVL on COCO with 32 GPUs, run:
135
+
To fine-tune InternVL on COCO with 32 GPUs and slurm system, run:
85
136
86
137
```shell
87
-
sh shell/finetune/internvl_stage2_finetune_coco_364_bs1024_ep5.sh
138
+
GPUS=32 sh shell/finetune/internvl_stage2_finetune_coco_364_bs1024_ep5.sh
0 commit comments