Skip to content

Commit 6943ba2

Browse files
authored
Update README.md
1 parent 8fdacd5 commit 6943ba2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,19 +159,19 @@ The following examples are the commands that i used for personal experiments.
159159
160160
`CaRNetvI`
161161
```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
163163
```
164164
`CaRNetvH`
165165
```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
167167
```
168168
`CaRNetvHC`
169169
```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
171171
```
172172
`CaRNetvHCAttention`
173173
```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
175175
```
176176
177177
**Evaluation**

0 commit comments

Comments
 (0)