Skip to content

Commit fb023bb

Browse files
author
kyubyong park
committed
removed query masking
1 parent f14ba72 commit fb023bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ python train.py --logdir myLog --batch_size 256 --dropout_rate 0.5
5252

5353
* STEP 3. Or download the pretrained models.
5454
```
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
5656
```
5757

5858

@@ -69,7 +69,7 @@ wget -qO- --show-progress https://dl.dropbox.com/s/efv2gmq5hu3np43/log.tar.gz |
6969
## Inference (=test)
7070
* Run
7171
```
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)
7373
```
7474

7575
## Results
@@ -78,7 +78,7 @@ python test.py --ckpt log/1/iwslt2016_E17L2.78-26078 (OR yourCkptFile OR yourCkp
7878

7979
|tst2013 (dev) | tst2014 (test) |
8080
|--|--|
81-
|26.69|22.46|
81+
|28.06|23.88|
8282

8383
## Notes
8484
* Beam decoding will be added soon.

0 commit comments

Comments
 (0)