tf-encrypted / moose

Secure distributed dataflow framework for encrypted machine learning and data processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make sure that `Local...Networking` modules release memory during computations

mortendahl opened this issue · comments

Concretely, this may be a question of using take instead of get when receiving values.

This issue applies to both LocalSyncNetworking and LocalAsyncNetworking.