-
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) Add ConcatTable Layer into Spark-DL #10
Comments
yiheng
changed the title
Add ConcatTable Layer into Spark-DL
(ResNet) Add ConcatTable Layer into Spark-DL
Sep 14, 2016
wzhongyuan
pushed a commit
to wzhongyuan/BigDL
that referenced
this issue
Jan 16, 2019
* fix: add jni method about omp environments and convert back to parallel mode * fix: set threads to 1 through mkl_set_num_threads, opm_set_num_threads can't work as OMP_NUM_THREADS * fix: icc warning fix * fix: typo of waitPolicyPasssive * fix: set mkl environment variables after load the library. * fix: typo
Le-Zheng
pushed a commit
to Le-Zheng/BigDL
that referenced
this issue
Oct 20, 2021
…ntel-analytics#833) * add image-augmentation test * add image-augmentation-3d test * resolve conflict * fix bug * fix typo * fix typo * fix typo * fix file name typo * remove redundant lines * fix typo * update * intel-analytics#10 dogs-vs-cats: time1 -> time10
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 should add ConcatTable layer into spark-dl to enable ResNet. We can reference torch implementation at https://github.com/torch/nn/blob/master/ConcatTable.lua
The text was updated successfully, but these errors were encountered: