Skip to content

Commit 6466ec8

Browse files
authored
briefly explanation of the usage
1 parent 6ba978c commit 6466ec8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

nmt/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Neural Machine Translation
22

3-
### Reference
3+
This NMT model is heavily depended on [pcyin/pytorch\_nmt](https://github.com/pcyin/pytorch_nmt). To train model, just follow the steps provided there.
44

5-
This NMT model is heavily depend on [pcyin/pytorch\_nmt](https://github.com/pcyin/pytorch_nmt).
5+
Basiscally, you need to:
6+
1. use `vocab.py` to generate vocab file
7+
2. use `nmt.py` to train model
8+
9+
And you may find `scripts/train.sh` helpful.
610

711
### Test Results
812

0 commit comments

Comments
 (0)