-
I trained a keras model with tensorflow backend. Everything works well without importing ngraph_bridge package.
But when I imported ngraph-bridge package and load the keras model. I got the follow…
-
I want use SEAL to carry out mod(%) operation。
for example:
15%11=4
how to do this?I don‘t find mod fuction in evaluator.cpp.
-
I want to implement basic matrix multiplication in nGRAPH-HE.
Below is my code:
```
import ngraph_bridge
import numpy as np
import tensorflow as tf
tBf32 = tf.placeholder(np.float32)
…
-
Hi,
I was trying to run the examples where a client is needed to carry out some of the non-polynomial computations (e.g., ReLu, etc.). The example that I'm referring to here specifically is the MNIS…
-
Hi & Thanks for this great library!
I've been playing around with it for a couple of days, but I faced some issues when trying to integrate average pooling and having the encryption flags set.
I…
-
Could you tell me the format of publickey.save(), secretkey.save() and ciphertext.save(). There is no doc to explain these.
-
Hello, I have a question in BFV scheme. Without a Fractional Encoder, how could we shrink an encrypted number by 10 times?We used to multiply this number(encrypted) by 0.1(a plaintext).
-
Hi,
I am trying to convert the TF graph in my existing codebase to be HE compatible with nGRAPH-HE.
To convert it I replaced all non-HE compatible layers w/ HE compatible versions, and added `…
-
Hi, it seems to me that the fully homomorphic encryption is not implemented in SEAL. Is this not a target of project, or am I just missing something?
Thanks in advance.
-
In the second CKKS example, the comment says `We use a slightly smaller scale in this example.` But it's still 2^60 like in the first one.