tf-seal
tf-seal copied to clipboard
Bridge between TensorFlow and the Microsoft SEAL homomorphic encryption library
When I used " pip install tf-seal", the error occurred: ERROR: Could not find a version that satisfies the requirement tf-nightly=1.14.0 (from tf-seal) (from versions: 2.5.0.dev20210101, 2.5.0.dev20210102, 2.5.0.dev20210103, 2.5.0.dev20210104, 2.5.0.dev20210105,...
I believe there needs to be a patch applied to allow tensorflow to build with newer grpc versions, as tensorflow only supports a single commit of grpc. I believe this...
There is a strange behavoir when using seal_poly_eval with the 3th parameter of coeffs different than 0 (in the unitary test the value is 0): ```python with tf.Session() as sess:...
The following URLs are invalid now: https://storage.googleapis.com/tf-pips/tf-c++17-support/tf_nightly-1.14.0-cp37-cp37m-linux_x86_64.whl https://storage.googleapis.com/tf-pips/tf-c++17-support/tf_nightly-1.14.0-cp37-cp37m-macosx_10_7_x86_64.whl Run: ``` wget https://storage.googleapis.com/tf-pips/tf-c++17-support/tf_nightly-1.14.0-cp37-cp37m-linux_x86_64.whl ``` Got: ``` --2020-11-29 22:39:23-- https://storage.googleapis.com/tf-pips/tf-c++17-support/tf_nightly-1.14.0-cp37-cp37m-linux_x86_64.whl Resolving storage.googleapis.com (storage.googleapis.com)... 172.217.13.240, 172.217.15.80, 172.217.7.144, ... Connecting to storage.googleapis.com (storage.googleapis.com)|172.217.13.240|:443... connected....
OS: Ubuntu 18.04.4 I have installed tf-seal with both binary custom tensorflow and with locally compiled version, on two virtual environments, using Python's virtualenv and conda. All scenerios installed the...
when I use the command pip install tf-seal,I just get the following error ERROR: Could not find a version that satisfies the requirement tf-seal (from versions: none) ERROR: No matching...
Running `pip install tf-seal` results in: ``` Defaulting to user installation because normal site-packages is not writeable ERROR: Could not find a version that satisfies the requirement tf-seal (from versions:...
Running tests, out locally and [as part of CI](#56), is currently very slow, even if we are using tiny tensors. One possible reason could be that every test is generating...
We are currently using SEAL 3.3.1 but [there is at least a 3.4.5 out](https://github.com/microsoft/SEAL/releases).
CI is taking a long time, to the point of Circle CI timeout. One solution may be to [increase the Circle CI timeout](https://support.circleci.com/hc/en-us/articles/360007188574-Build-has-hit-timeout-limit). Alternatively, or in addition, we could also...