Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2017-03-24 23:04:02 +0300
committerMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2017-03-24 23:04:02 +0300
commit222f9dbe987b6cf5bd7ac0be2d7e452152f5d0f3 (patch)
treeb30fc6c867755df86ea1c721d49f76abef25d9d8
parent569493778b20f2a12734b4efc671652a8f2924da (diff)
add explanation to readme
-rw-r--r--examples/training/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/training/README.md b/examples/training/README.md
index 23adb32a..3a85a6e2 100644
--- a/examples/training/README.md
+++ b/examples/training/README.md
@@ -2,6 +2,8 @@
Files and scripts in this folder have been adapted from the Romanian-English sample from https://github.com/rsennrich/wmt16-scripts.
+To execute the complete example type:
+
```
./run-me.sh
```