ps-lite
ps-lite copied to clipboard
注释和代码行为不一致
注释里说no retry for scheduler。代码里写的是,当scheduler的时候retry 40次。
似乎,感觉应该是实现错了。
https://github.com/dmlc/ps-lite/blob/master/src/van.cc#L55 https://github.com/dmlc/ps-lite/blob/master/src/van.cc#L63
great catch. it should be a bug, the schedule should not do the retry