graph-learn icon indicating copy to clipboard operation
graph-learn copied to clipboard

Received a label value of -1 which is outside the valid range

Open soodoshll opened this issue 5 years ago • 1 comments

Hi, I was trying to run graph-learn in a distributed setting but met some problems: When I launch four clients and four servers, one of the clients will exit with error message:

InvalidArgumentError (see above for traceback): Received a label value of -1 which is outside the valid

When I use two clients and two servers, the error won't happen.

I've checked the label and none of them is -1.

soodoshll avatar Sep 28 '20 09:09 soodoshll

Show the code of how you launch the distributed processes.

jackonan avatar Oct 14 '20 02:10 jackonan