stylable
stylable copied to clipboard
Bounded delay Question
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!
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.