Xiaoyu Zhai
Xiaoyu Zhai
> Can you add an assertion as `assert args.has_edge_importance == False` in kvclient and kvserver @classicsong May I have more explanations on this assertion? Why `== False`? In my opinion,...
> Did you see any OOM? @classicsong No. And I noticed, 1. the error was raised when the client tries to connect servers, before the actual training. 2. there was...
> Did you check if the server is actually running? Yes
Update: I have already traced into dgl `void SocketReceiver::RecvLoop(TCPSocket* socket, MessageQueue* queue) {..}`. And I found the `reinterpret_cast(&data_size)` got nothing, so `socket->Receive(...)` returned -1.
The proposal is updated 1. add standalone partition mode 2. illustrate the differences of implementation between standalone and distributed partitioning 3. fix typos
> @ryantd If you like to add more details on this, that would be great. Sure Jeffwan, and let me put more details on this. ## Basic requirements 1. custom...
@Jeffwan Sorry for the late reply > Do you think support this case in mpi-operator is a reasonable direction to go? **Summary: After the period of consideration, I think I...