From 4009fb86bbd0b3f8e05055dbc1fd06eb68d85b33 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Wed, 15 Jul 2015 15:05:46 +0200 Subject: show duration --- views/debug.haml | 1 + 1 file changed, 1 insertion(+) (limited to 'views/debug.haml') diff --git a/views/debug.haml b/views/debug.haml index bfa7c73..e71f736 100644 --- a/views/debug.haml +++ b/views/debug.haml @@ -53,6 +53,7 @@ %p updated features: #{data["updated_features"]} %p learning rate: #{data["learning_rate"]} %p learning rate (sparse): #{data["learning_rate_sparse"]} + %p duration: #{data2["durations"][[data2["progress"].to_i-1].max]}ms %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") -- cgit v1.2.3