solin319 commented on issue #8097: speed problem in distribute training
URL: 
https://github.com/apache/incubator-mxnet/issues/8097#issuecomment-333276948
 
 
   For problem 1, before push finished, stored always WaitToRead. In sync 
model, pull will execute after all the push finished. At this time, I think  
the data in stored won't change during response.
   For probem 2, the data in previous pull were used in forward execute. The 
push execute after backward finished. So, when push execute, the previous pull 
must be finished 
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to