From a31b9b2bfdb232cc8fb2e4f05326c01c0cd2323d Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Wed, 16 Nov 2011 10:51:47 +0100 Subject: hadoop doesn't like double as amounts in counters --- dtrain/test/example/dtrain.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dtrain/test') diff --git a/dtrain/test/example/dtrain.ini b/dtrain/test/example/dtrain.ini index 900878a5..0b066013 100644 --- a/dtrain/test/example/dtrain.ini +++ b/dtrain/test/example/dtrain.ini @@ -4,9 +4,9 @@ N=3 gamma=0.001 epochs=20 input=test/example/nc-1k-tabs.gz -scorer=stupid_bleu -output=weights.gz -stop_after=100 +scorer=smooth_bleu +output=- #weights.gz +stop_after=5 sample_from=forest pair_sampling=108010 select_weights=VOID -- cgit v1.2.3