You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2022. It is now read-only.
I ran distributed training on k8s.
The
ranknumber was got byextract_xgbooost_cluster_env()as in https://github.com/kubeflow/xgboost-operator/blob/master/config/samples/xgboost-dist/train.py#L29However,
xgb.rabit.get_rank()got anotherranknumber as in https://github.com/kubeflow/xgboost-operator/blob/master/config/samples/xgboost-dist/train.py#L57.There are two things confusing me:
extract_xgbooost_cluster_env()had got theranknumber, why usexgb.rabit.get_rank()to getranknumber again?ranknumbers different?