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

Training Logistic Regression model meets Error: 'PondPrivateTensor' object has no attribute 'to_native'

giraffeCjl opened this issue · comments

When I was training a logistic regression model, 20 epochs ended with an error attribute error:'pond private tensor object has no attribute to_native. The source seems to be here tf_encrypted/utils.py in unwrap_fetches return fetches.to_native().

Hi, do you have any code that can reproduce the error?

Hi, do you have any code that can reproduce the error?

Thank you very much, the problem has been solved.