stylable icon indicating copy to clipboard operation
stylable copied to clipboard

Bounded delay Question

Open zinebbe opened this issue 6 years ago • 1 comments

Hi, My understanding is that Byteps uses ps-lite as a thirt party library. Is there any way the bounded delay (as described in ps-lite) could be changed using byteps? Thank you!

zinebbe avatar Feb 21 '20 16:02 zinebbe

That is not implemented so far. We now only support synchronous or (fully-)asynchronous training. The former is the default mode. The latter can be enabled by export BYTEPS_ENABLE_ASYNC=1.

Any contribution on bounded-delay is welcomed.

ymjiang avatar Feb 22 '20 01:02 ymjiang