From 9af464303aec12fc820163d23d7e2af7a55b4c89 Mon Sep 17 00:00:00 2001 From: tqchen Date: Wed, 19 Nov 2014 20:09:26 -0800 Subject: [PATCH] checkin row continue training --- multi-node/col-split/mushroom-col.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/multi-node/col-split/mushroom-col.sh b/multi-node/col-split/mushroom-col.sh index 63b5092ba..4d7de9892 100755 --- a/multi-node/col-split/mushroom-col.sh +++ b/multi-node/col-split/mushroom-col.sh @@ -16,4 +16,9 @@ mpirun -n $k ../../xgboost-mpi mushroom-col.conf dsplit=col # the model can be directly loaded by single machine xgboost solver, as usuall ../../xgboost mushroom-col.conf task=dump model_in=0002.model fmap=../../demo/data/featmap.txt name_dump=dump.nice.$k.txt -cat dump.nice.$k.txt + +# run for one round, and continue training +mpirun -n $k ../../xgboost-mpi mushroom-col.conf dsplit=col num_round=1 +mpirun -n $k ../../xgboost-mpi mushroom-col.conf dsplit=col model_in=0001.model + +cat dump.nice.$k.txt \ No newline at end of file