checkin row continue training
This commit is contained in:
parent
970dd58dc2
commit
9af464303a
@ -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
|
# 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
|
../../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
|
||||||
Loading…
x
Reference in New Issue
Block a user