ChrisQiqiang opened a new issue #16958: The detail transfer method of one NDArray LIST between machines. URL: https://github.com/apache/incubator-mxnet/issues/16958 #A question about kvstore.push The tensors are transferred by calling the function named KVstore.push and pull. And it also supports the way like this: Kvstore.Push(key_list, [ndarray1, ndarray2...] ,priority) I cannot get the detail process, I wanna know whether the Ndarray list would be compressed into a file, then be transferred in a TCP/IP process. Through my test, it may just a list and the Ndarrays in a list are transferred separately. I want to confirm this.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
