File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ python train.py --logdir myLog --batch_size 256 --dropout_rate 0.5
52
52
53
53
* STEP 3. Or download the pretrained models.
54
54
```
55
- wget -qO- --show-progress https://dl.dropbox.com/s/efv2gmq5hu3np43 /log.tar.gz | tar xz
55
+ wget https://dl.dropbox.com/s/4lom1czy5xfzr4q /log.zip; unzip log.zip; rm log.zip
56
56
```
57
57
58
58
@@ -69,7 +69,7 @@ wget -qO- --show-progress https://dl.dropbox.com/s/efv2gmq5hu3np43/log.tar.gz |
69
69
## Inference (=test)
70
70
* Run
71
71
```
72
- python test.py --ckpt log/1/iwslt2016_E17L2.78-26078 (OR yourCkptFile OR yourCkptFileDirectory)
72
+ python test.py --ckpt log/1/iwslt2016_E19L2.64-29146 (OR yourCkptFile OR yourCkptFileDirectory)
73
73
```
74
74
75
75
## Results
@@ -78,7 +78,7 @@ python test.py --ckpt log/1/iwslt2016_E17L2.78-26078 (OR yourCkptFile OR yourCkp
78
78
79
79
| tst2013 (dev) | tst2014 (test) |
80
80
| --| --|
81
- | 26.69 | 22.46 |
81
+ | 28.06 | 23.88 |
82
82
83
83
## Notes
84
84
* Beam decoding will be added soon.
You can’t perform that action at this time.
0 commit comments