We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi team, may you help me check this error?
failed in ReconnectLink [20:28:59] /home/ubuntu/gdu/federated-xgboost/rabit/include/rabit/internal/ssl_socket.h:26: PK - Read/write of file failed
Traceback (most recent call last): File "/home/ubuntu/gdu/federated-xgboost/demo/basic/demo.py", line 31, in bst = fxgb.train(params, dtrain, num_rounds, evals=[(dtrain, "dtrain"), (dval, "dval")]) File "/home/ubuntu/gdu/federated-xgboost/python-package/federatedxgboost/training.py", line 216, in train xgb_model=xgb_model, callbacks=callbacks) File "/home/ubuntu/gdu/federated-xgboost/python-package/federatedxgboost/training.py", line 74, in _train_internal bst.update(dtrain, i, obj) File "/home/ubuntu/gdu/federated-xgboost/python-package/federatedxgboost/core.py", line 1109, in update dtrain.handle)) File "/home/ubuntu/gdu/federated-xgboost/python-package/federatedxgboost/core.py", line 176, in _check_call raise XGBoostError(py_str(_LIB.XGBGetLastError())) federatedxgboost.core.XGBoostError: [20:29:04] /home/ubuntu/gdu/federated-xgboost/include/xgboost/./tree_model.h:295: Check failed: fi->Read(¶m, sizeof(TreeParam)) == sizeof(TreeParam) (0 vs. 148) :
The text was updated successfully, but these errors were encountered:
Any solution for this? I also encounter this problem.
Sorry, something went wrong.
Hi, same problem here. In my case it is 2 workers in 2 different folders on 2 different ports. Is there any idea how to solve this?
No branches or pull requests
Hi team, may you help me check this error?
failed in ReconnectLink [20:28:59] /home/ubuntu/gdu/federated-xgboost/rabit/include/rabit/internal/ssl_socket.h:26: PK - Read/write of file failed
Traceback (most recent call last):
File "/home/ubuntu/gdu/federated-xgboost/demo/basic/demo.py", line 31, in
bst = fxgb.train(params, dtrain, num_rounds, evals=[(dtrain, "dtrain"), (dval, "dval")])
File "/home/ubuntu/gdu/federated-xgboost/python-package/federatedxgboost/training.py", line 216, in train
xgb_model=xgb_model, callbacks=callbacks)
File "/home/ubuntu/gdu/federated-xgboost/python-package/federatedxgboost/training.py", line 74, in _train_internal
bst.update(dtrain, i, obj)
File "/home/ubuntu/gdu/federated-xgboost/python-package/federatedxgboost/core.py", line 1109, in update
dtrain.handle))
File "/home/ubuntu/gdu/federated-xgboost/python-package/federatedxgboost/core.py", line 176, in _check_call
raise XGBoostError(py_str(_LIB.XGBGetLastError()))
federatedxgboost.core.XGBoostError: [20:29:04] /home/ubuntu/gdu/federated-xgboost/include/xgboost/./tree_model.h:295: Check failed: fi->Read(¶m, sizeof(TreeParam)) == sizeof(TreeParam) (0 vs. 148) :
The text was updated successfully, but these errors were encountered: