MPCFormer
MPCFormer copied to clipboard
(ICLR 2023 Spotlight) MPCFormer: fast, performant, and private transformer inference with MPC
Results
2
MPCFormer issues
Sort by
recently updated
recently updated
newest added
After reading and studing your code, It seems that the secure inference stege right now is not implemented? By finishing MPCformer stege, I can only get a great model, with...
As is written in your article:.“p” stands for using weights in T as initialization, “d” stands for applying knowledge distillation with T as the teacher. My question is:Does “using weights...