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:
Diffstat (limited to 'cluster_command')
-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