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

Falling back to insecure randomness

veryhannibal opened this issue · comments

When I run [import tf_encrypted as tfe], I got the warning "Falling back to insecure randomness since the required custom op could not be found for the installed version of TensorFlow. " So how can I fix this problem, thanks.

commented

the same question. I make "secure_random_module_tf_1.15.5.so", but another question:"Segmentation fault (core dumped)"

the same question. I make "secure_random_module_tf_1.15.5.so", but another question:"Segmentation fault (core dumped)"

@muou55555 could you give more details on this error? E.g., environment, source code, etc.

When I run [import tf_encrypted as tfe], I got the warning "Falling back to insecure randomness since the required custom op could not be found for the installed version of TensorFlow. " So how can I fix this problem, thanks.

@veryhannibal This is a warning when you don't run 'make' to build the custom op for secure random number generation.