[Q&A] Cannot load tenseal_context #2197
-
Python version (
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Seems like |
Beta Was this translation helpful? Give feedback.
-
thanks! I will try that and will let you know! |
Beta Was this translation helpful? Give feedback.
-
Yes, you need to configure your project file to include the HEBuilder which generates these tenseal files. An example can be found here. I would recommend trying the HE example with CIFAR-10 first. |
Beta Was this translation helpful? Give feedback.
-
@yuntianlong2002
So to your questions, HE currently does not work for XGBoost, but it can certainly work for any aggregation algorithms requiring addition / multiplication only - e.g. deep learning, regression model, k-means, etc. |
Beta Was this translation helpful? Give feedback.
Yes, you need to configure your project file to include the HEBuilder which generates these tenseal files. An example can be found here.
I would recommend trying the HE example with CIFAR-10 first.