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
diff options
context:
space:
mode:
authorJohn Langford <jl@hunch.net>2009-12-07 20:17:14 +0300
committerJohn Langford <jl@hunch.net>2009-12-07 20:17:14 +0300
commit7e09649371dc764d039b0cc8ce965eedef4caf7c (patch)
treea944c9c504c63d0caf3122947ae9f43ff7ae92d5
parent0de7f610a63e982bb8779e4246f38940eaea1e50 (diff)
tweaked cluster_commnd to remove John-specific things4.0
-rwxr-xr-xcluster_command8
1 files changed, 4 insertions, 4 deletions
diff --git a/cluster_command b/cluster_command
index 4c7c7902..e44be73d 100755
--- a/cluster_command
+++ b/cluster_command
@@ -1,7 +1,7 @@
# An example cluster command. This just runs on one machine.
export FLAGS='-l 20 --initial_t 128000 --power_t 1 --daemon --quiet --predictto localhost:39525'
-/home/jl/programs/temp/vowpal_wabbit/vw -l 20 --power_t 0.5 --multisource 2 --port 39525 --quiet &
-/home/jl/programs/temp/vowpal_wabbit/vw --port 39523 $FLAGS &
-/home/jl/programs/temp/vowpal_wabbit/vw --port 39524 $FLAGS &
+vw -l 20 --power_t 0.5 --multisource 2 --port 39525 --quiet &
+vw --port 39523 $FLAGS &
+vw --port 39524 $FLAGS &
sleep 1
-/home/jl/programs/temp/vowpal_wabbit/vw --cache_file cache_train --sendto localhost:39523 --sendto localhost:39524
+vw --cache_file cache_train --sendto localhost:39523 --sendto localhost:39524