openmlsys / openmlsys-zh

《Machine Learning Systems: Design and Implementation》- Chinese Version
https://openmlsys.github.io
3.93k stars 426 forks source link

Update Definition of Transmission Delay #481

Open MarioLulab opened 4 months ago

MarioLulab commented 4 months ago

原文 ( https://openmlsys.github.io/chapter_distributed_training/collective.html#id3 ) 对 Transmission Delay 的定义有误 . 正确的应该是 $b \times l$ 才代表 Transmission Delay, $b$ 只代表传输一个字节所需的时间,即把一个字节从主机传输到传输介质所花的时间,这个时间取决于通信网络的带宽

related issue : https://github.com/openmlsys/openmlsys-zh/issues/480

MarioLulab commented 4 months ago

@luomai 辛苦老师有空的时候帮忙 review 一下 😃 ~

luomai commented 4 months ago

感谢。我们很快会发布英文版。也欢迎你提交commits!