THUNLP-MT / THUMT

An open-source neural machine translation toolkit developed by Tsinghua Natural Language Processing Group
BSD 3-Clause "New" or "Revised" License
703 stars 197 forks source link

Log file question #27

Closed KelleyYin closed 6 years ago

KelleyYin commented 6 years ago

thumt-log There is my log file , which is different with the log provided in official manual . I can't find any information aboult average cost or Bleu score .

Did I make some mistakes or ignore some details ?

my cammand is as follow : 1 #!/bin/bash 2 python ~/THUMT-theano/scripts/trainer.py --config-file ~/THUMT-theano/config/THUMT.config --trn-src-file ~/data/ch.train --trn-trg-file ~/data/en.train --vld-src-file ~/data/ch.dev --vld-trg-file ~/ data/en.dev --device gpu1

Glaceon31 commented 6 years ago

Normally the system do validation every 2000 iterations by default. It can be changed by modifying "model dumping iteration" in the config file. You can add --debug 1 for detailed logging.