diff options
author | Patrick Simianer <p@simianer.de> | 2015-10-29 17:53:21 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-10-29 17:53:21 +0100 |
commit | 0f5a2e0effc117985e5fe4b94e9c60af4a519a15 (patch) | |
tree | de2b0a102fd3738a371fb8b2beb793ff0082b94a /views | |
parent | 8857a34ca0b673990211db8cec451ebaf9488917 (diff) |
debug: show add. rules
Diffstat (limited to 'views')
-rw-r--r-- | views/debug.haml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/debug.haml b/views/debug.haml index 5ca709c..7e8b164 100644 --- a/views/debug.haml +++ b/views/debug.haml @@ -57,6 +57,9 @@ %p <strong>learning rate:</strong> #{data["learning_rate"]} %p <strong>learning rate (sparse):</strong> #{data["learning_rate_sparse"]} %p <strong>duration:</strong> #{data2["durations"][[data2["progress"].to_i-1].max]}ms + %h2 + additional rules (forced rules) + %pre #{additional_rules.join("\n")} %h2 k-best %p bleu | model score | original rank | \|e\| | translation \n features %p.red update needed ("any of the above hypotheses has a lower model score") |