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:
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
```