checkin continue training

This commit is contained in:
tqchen
2014-11-19 20:06:08 -08:00
parent 26e5eae6f2
commit 970dd58dc2
5 changed files with 27 additions and 4 deletions

View File

@@ -17,5 +17,8 @@ cd -
python splitrows.py ../../demo/regression/machine.txt.train train-machine $k
# run xgboost mpi
mpirun -n $k ../../xgboost-mpi machine-row.conf dsplit=row
mpirun -n $k ../../xgboost-mpi machine-row.conf dsplit=row num_round=3
# run xgboost-mpi save model 0001, continue to run from existing model
mpirun -n $k ../../xgboost-mpi machine-row.conf dsplit=row num_round=1
mpirun -n $k ../../xgboost-mpi machine-row.conf dsplit=row num_round=2 model_in=0001.model