Skip to content

Learning-based Non-linear Erasure Code for Distributed Inference

Notifications You must be signed in to change notification settings

HaoyuWang141/SUSTech-Coded-Computation

Repository files navigation

Learning-based Non-linear Erasure Code for Distributed Inference

erasure code.pdf: 项目的总体方向

FusedLayer_test.py: 它对应于pdf中给出的第一步操作, 给定output的range, 计算input的range

其他可能需要的代码:

Dataset and Base Model

Encoder and Decoder Architecture

Encoder

input shape: $(k, a, a')$, output shape: $(r, a, a')$

  • MLP with two layers: $k a a' \times k a a'$, $kaa' \times raa'$
  • CNN with ? layers

Decoder

input shape: $(n, b, b')$, output shape: $(k, b, b')$

  • MLP with three layers: $nbb' \times kbb'$, $kbb' \times kbb'$, $kbb' \times kbb'$
  • CNN with ? layers

About

Learning-based Non-linear Erasure Code for Distributed Inference

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •