tf-encrypted / tf-encrypted

A Framework for Encrypted Machine Learning in TensorFlow

Home Page:https://tf-encrypted.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with importing "tf_encrypted"

xahmadzai opened this issue · comments

when i try to import "import tf_encrypted as tfe" it give me the following error, could anyone help me please

AttributeError: module 'tensorflow' has no attribute 'Session'

i also tried to use "tf.compat.v1.disable_eager_execution()" but it also doesn't work

Currently (as far as I tested) tfe is only compatible with TF 1.x (e.g. 1.13).

Close this now. Please open a new one if there is still any problem.