Compilerxb

Results 8 comments of Compilerxb

@junshi15 Thank you for your answer. Now I know the way to synchronize the parameters. Can you tell me the location of the detailed source code for parameter synchronization? I...

@junshi15 Ok, thanks! May I send an e-mail to you in Chinese? Because I have some problems that have been bothering me and cannot express myself accurately in English. In...

@junshi15 @guyang88 Excuse me, I've been paying attention to this problem recently.In the source code, caffe-distri/src/main/cpp/util/socket_sync_cpu.cpp, and, rdma_sync.cpp.It seems to pass data from the parameter server, slicing rather than full...

@junshi15 Hi,as you said above, I have several questions as follows: (1)Master node is a single node, which is mainly responsible for inter cluster scheduling, and does not do iterative...

@junshi15 ok, thank you! in this lines. "...The root gpus send averaged gradients to a master node's root gpu, which average them, and update the weights. The weights are broadcast...

@learnbott hi,I have the same question, how do I modify the increase of batch in this project? I looked for a long time, but I didn't find any method, and...