File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -159,19 +159,19 @@ The following examples are the commands that i used for personal experiments.
159
159
160
160
`CaRNetvI`
161
161
```bash
162
- python main.py RNetvI train 0 1024 --dataset_folder ./dataset/flickr30k_images --device cuda:0 --epochs 150
162
+ python main.py RNetvI train 0 1024 --dataset_folder ./dataset --device cuda:0 --epochs 150
163
163
```
164
164
`CaRNetvH`
165
165
```bash
166
- python main.py RNetvH train 1024 1024 --dataset_folder ./dataset/flickr30k_images --device cuda:0 --epochs 150
166
+ python main.py RNetvH train 1024 1024 --dataset_folder ./dataset --device cuda:0 --epochs 150
167
167
```
168
168
`CaRNetvHC`
169
169
```bash
170
- python main.py RNetvHC train 1024 1024 --dataset_folder ./dataset/flickr30k_images --device cuda:0 --epochs 150
170
+ python main.py RNetvHC train 1024 1024 --dataset_folder ./dataset --device cuda:0 --epochs 150
171
171
```
172
172
`CaRNetvHCAttention`
173
173
```bash
174
- python main.py RNetvHCAttention train 1024 1024 --dataset_folder ./dataset/flickr30k_images --device cuda:0 --epochs 150 --attention t --attention_dim 1024
174
+ python main.py RNetvHCAttention train 1024 1024 --dataset_folder ./dataset --device cuda:0 --epochs 150 --attention t --attention_dim 1024
175
175
```
176
176
177
177
**Evaluation**
You can’t perform that action at this time.
0 commit comments