Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorfenchel <fenchel@squidhive.net>2014-06-18 02:57:02 +0400
committerfenchel <fenchel@squidhive.net>2014-06-18 02:57:02 +0400
commitc2a371cd40d0f681cdc8feac4b607a71735f1b45 (patch)
treeac662b6edc477e709697407a25af6373da08efa0 /test
parent4cb62b1a2348135d9e16c639c5ef434b30710ba9 (diff)
stage_poly: tweak batch size command line
Diffstat (limited to 'test')
-rwxr-xr-xtest/RunTests9
1 files changed, 5 insertions, 4 deletions
diff --git a/test/RunTests b/test/RunTests
index bcc593be..ba3c3980 100755
--- a/test/RunTests
+++ b/test/RunTests
@@ -993,22 +993,22 @@ __DATA__
train-sets/ref/holdout-loss-not-zero.stderr
# Test 61: stagewise poly with exponent 0.25
-{VW} --stage_poly --sched_exponent 0.25 --batch_sz 1000 -d train-sets/rcv1_small.dat -p stage_poly.s025.predict --quiet
+{VW} --stage_poly --sched_exponent 0.25 --batch_sz 1000 --batch_sz_no_doubling -d train-sets/rcv1_small.dat -p stage_poly.s025.predict --quiet
train-sets/ref/stage_poly.s025.stderr
train-sets/ref/stage_poly.s025.predict
# Test 62: stagewise poly with exponent 1.0
-{VW} --stage_poly --sched_exponent 1.0 --batch_sz 1000 -d train-sets/rcv1_small.dat -p stage_poly.s100.predict --quiet
+{VW} --stage_poly --sched_exponent 1.0 --batch_sz 1000 --batch_sz_no_doubling -d train-sets/rcv1_small.dat -p stage_poly.s100.predict --quiet
train-sets/ref/stage_poly.s100.stderr
train-sets/ref/stage_poly.s100.predict
# Test 63: stagewise poly with exponent 0.25 and doubling batches
-{VW} --stage_poly --sched_exponent 0.25 --batch_sz -1000 -d train-sets/rcv1_small.dat -p stage_poly.s025.doubling.predict --quiet
+{VW} --stage_poly --sched_exponent 0.25 --batch_sz 1000 -d train-sets/rcv1_small.dat -p stage_poly.s025.doubling.predict --quiet
train-sets/ref/stage_poly.s025.doubling.stderr
train-sets/ref/stage_poly.s025.doubling.predict
# Test 64: stagewise poly with exponent 1.0 and doubling batches
-{VW} --stage_poly --sched_exponent 1.0 --batch_sz -1000 -d train-sets/rcv1_small.dat -p stage_poly.s100.doubling.predict --quiet
+{VW} --stage_poly --sched_exponent 1.0 --batch_sz 1000 -d train-sets/rcv1_small.dat -p stage_poly.s100.doubling.predict --quiet
train-sets/ref/stage_poly.s100.doubling.stderr
train-sets/ref/stage_poly.s100.doubling.predict
@@ -1020,3 +1020,4 @@ __DATA__
# Test 66: stagewise poly with exponent 1.0, updates only in end_pass
{VW} --stage_poly --sched_exponent 1.0 --batch_sz 0 -c --passes 5 -d train-sets/rcv1_small.dat -p stage_poly.s100.multipass.predict --quiet
train-sets/ref/stage_poly.s100.multipass.stderr
+ train-sets/ref/stage_poly.s100.multipass.predict