capeprivacy / tf-trusted

tf-trusted allows you to run TensorFlow models in secure enclaves
https://capeprivacy.com/
Apache License 2.0
87 stars 11 forks source link

Update to Asylo 0.3.4 once tf 1.13.1 is released #2

Closed justin1121 closed 5 years ago

justin1121 commented 5 years ago

Asylo has upgraded the version of bazel used inside their docker container. This version of bazel is no longer compatible with the version of protobuf referenced by tensorflow 1.12.0. Tensorflow 1.13.1 is using the same version of protobuf as Asylo so once that is released should be able to upgrade to Asylo 0.3.4.

justin1121 commented 5 years ago

Looks like tf 1.13 was released. Now we just have to do the work! Mainly involves testing and creating new patches for tflite to match the latest code.