checkin continue training
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user