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 22:42:23 +0300
committerGitHub <noreply@github.com>2017-03-24 22:42:23 +0300
commitf1008acbcf4df251ef746c0d3eed67ba74ff5c2b (patch)
tree972458313d15f65398b4f754ae8ec8fb2a91fd84 /examples/training/README.md
parent807a91c734daabdf9369c05a096440aa2f54f5e4 (diff)
Update README.md
Diffstat (limited to 'examples/training/README.md')
-rw-r--r--examples/training/README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/training/README.md b/examples/training/README.md
index fd5e8fd0..078a2ceb 100644
--- a/examples/training/README.md
+++ b/examples/training/README.md
@@ -57,6 +57,4 @@ cat $dev | ../../build/amun -c $prefix.dev.npz.amun.yml --mini-batch 10 --maxi-b
## get BLEU
./mosesdecoder/scripts/generic/multi-bleu.perl $ref < $dev.output.postprocessed \
| cut -f 3 -d ' ' | cut -f 1 -d ','
-
-echo $BLEU
```