federated-xgboost
federated-xgboost copied to clipboard
Questions about server
Hi,
I'm following xgboost on federated learning, and when I was trying to run this model, there's something wrong.
When I run ``python3 serve.py
The error report shows below:
`Starting RPC server on port 50051
Traceback (most recent call last):
File "serve.py", line 3, in
Can you help me to check what's happen or which version of grpc you used in this model?
Hi @stevenzhang9577, can you please paste the exception you're getting? I see the traceback but no explicit exception.