-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(ResNet) Support Identity Layer in Spark-DL #8
Comments
yiheng
changed the title
Support Identity Layer in Spark-DL
(ResNet) Support Identity Layer in Spark-DL
Sep 14, 2016
Litchilitchy
added a commit
to Litchilitchy/BigDL
that referenced
this issue
Sep 27, 2022
* update ckks in FLServer LR Aggregator * some changes * support ckks at scala FL Server * add * add * fix and add ut * fix and add ut * add support for customized client module and divide example to 2 parties * add comments * fix
qiuxin2012
added a commit
that referenced
this issue
Oct 13, 2022
* vfl LR ckks (#10) * tests * add census * add train * update census * update * add time count * add new layer * update vfl client * add decrypt * ckksTest * Merge ckks in FLServer LR Aggregator (#7) * update ckks in FLServer LR Aggregator * some changes * support ckks at scala FL Server * add * add * fix and add ut * fix and add ut * add support for customized client module and divide example to 2 parties * add comments * split * Ckks & Dllib Example fix (#8) * update ckks in FLServer LR Aggregator * some changes * support ckks at scala FL Server * add * add * fix and add ut * fix and add ut * add support for customized client module and divide example to 2 parties * add comments * fix * fix none target sample * fix model * fix train * fix accuracy * add shuffle * enable ckks * fix ckks * Ckks fix the bug and add server error message (#9) * update ckks in FLServer LR Aggregator * some changes * support ckks at scala FL Server * add * add * fix and add ut * fix and add ut * add support for customized client module and divide example to 2 parties * add comments * fix * fix * some fix * update Co-authored-by: Song Jiaming <[email protected]> * remove useless dependency * update client * update client * update * fix style * update * update unit test * code clean up * fix ut * add all-dependencies * update * update readme * update readme and pom * fix ut * update pom * update pom * update * add documents * some update * revert some code Co-authored-by: Song Jiaming <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to support Identity layer in Spark-DL to enable ResNet. We can reference torch implementation at https://github.com/torch/nn/blob/master/Identity.lua
The text was updated successfully, but these errors were encountered: