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