Justin Patriquin
Justin Patriquin
Hello, This is a PR which makes it so ABY will build on macos without having to install another build of clang or gcc. It simplifies the process of getting...
In [this](https://github.com/tf-encrypted/tf-encrypted/pull/678) PR I've started getting the tf 2.0 transition ready. Currently the tests are passing in the PR but its still using the 1.X API. In `conftest.py` its disabling...
In TF2 there is a new way to connect to a cluster in a distributed training setting. In TFE we exposed the function as a connect_to_cluster function on the RemoteConfig...
In https://github.com/tf-encrypted/tf-encrypted/pull/676 we had to disable a [test](https://github.com/tf-encrypted/tf-encrypted/blob/master/tf_encrypted/convert/convert_test.py#L1000) because of a bug in tf 1.14.0. While we probably could've come up with a fix I think its best just to...
Soon we will be building specific python wheel packages for linux and macos. To complete the triumvirate we'll need to support windows as well. As of now circleci does not...
Needed to move around the Policy class a bit to make this work. A little more straightforward API.
There's a problem with the xcode version on circleci not being compatible with the tensorflow build I did for macos. Figure out how we can make these work together.
We have a command for linting c++ code (`make lint`) we should extend this to python code and then add running `make lint` to ci.
Currently, we're storing a matrix of ciphers texts as a `vector` where each cipher text is a row. Since multiple numbers can be stored in each cipher text the operations...