Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jadore801120 committed Jun 25, 2017
2 parents f363139 + c436a17 commit 82b90c9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,23 @@ python train.py -data data/multi30k.atok.low.pt -save_model trained -save_mode b
```bash
python translate.py -model trained.chkpt -vocab data/multi30k.atok.low.pt -src test.src.txt
```
---
# Performance
## Training

<p align="center">
<img src="http:https://imgur.com/i9Fs8Gh.png" width="400">
<img src="http:https://imgur.com/GC2VsTA.png" width="400">
</p>

> Parameter settings:
>> batch_size=64, d_inner_hid=1024, d_k=64, d_v=64, d_model=512, d_word_vec=512, dropout=0.1, embs_share_weight=False, n_head=8, n_layers=6, n_warmup_steps=4000, proj_share_weight=True
> Elapse (per epoch):
>> Training set: 2.4 min, Validation set: 0.03 min (on NVIDIA Titan X)
## Testing
- coming soon.
---
# TODO
- Label smoothing
Expand Down

0 comments on commit 82b90c9

Please sign in to comment.