diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-08-03 09:19:01 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-08-03 09:19:01 -0500 |
| commit | 4e32a4f9ea69f9b814fa0363a31ecf9224294477 (patch) | |
| tree | 98162291669586f21d2351aa9324f9e9744c9a08 /index.html | |
| parent | 6943da547fce08acc70647d1a93988b8585eedcd (diff) | |
Replace the EP-family wall-clock figure with the measured backprop ratiomain
The 0.4x figure compared relaxation-iteration counts across methods that count
different things: the closest EP-family baseline uses asynchronous local updates
where one iteration moves information roughly one layer, while ours transmits
through the whole stack per round. Wall-clock against backprop on matched
hardware is the currency that survives that difference, and it measures 2.7x.
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1249,8 +1249,8 @@ <span>matched quality at 72M parameters</span> </div> <div class="proof"> - <strong>0.4×</strong> - <span>training wall-clock vs the closest EP-family baseline</span> + <strong>2.7×</strong> + <span>training wall-clock vs backprop, measured on matched hardware</span> </div> </div> </section> |
