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:
authorJacob Hofman <hofman@research-mm6.corp.sp1.yahoo.com>2011-01-13 18:43:00 +0300
committerJacob Hofman <hofman@research-mm6.corp.sp1.yahoo.com>2011-01-13 18:43:00 +0300
commit7d0ee0605b970b422e3ec0fade04d142cd120bcc (patch)
tree08af8449cb80c85498cfb2a8bbfad79b691f659b /parse_args.cc
parentd10feaf53cee63e2884dd6e33f35afb90e1e04c9 (diff)
print rank when initializing
Diffstat (limited to 'parse_args.cc')
-rw-r--r--parse_args.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/parse_args.cc b/parse_args.cc
index 5f1a0700..9097dff0 100644
--- a/parse_args.cc
+++ b/parse_args.cc
@@ -324,6 +324,8 @@ po::variables_map parse_args(int argc, char *argv[], boost::program_options::opt
cerr << "power_t = " << vars.power_t << endl;
if (global.numpasses > 1)
cerr << "decay_learning_rate = " << global.eta_decay_rate << endl;
+ if (global.rank > 0)
+ cerr << "rank = " << global.rank << endl;
}
if (vm.count("predictions")) {