crypto_producer accessed but not set
See original GitHub issueFrom item 1 of https://github.com/tf-encrypted/tf-encrypted/issues/749
The fix can be as simple as setting the crypto_producer in the __init__
, but taking some care and grabbing it from triple_source
when it is not None.
@mortendahl what do you think?
On a different note, I started the work by creating a failing test and noticed a problem. Created https://github.com/tf-encrypted/tf-encrypted/issues/750
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
pulsar/SimpleProducerConsumerTest.java at master - GitHub
* 1. create producer/consumer with both original name and PARTITIONED_TOPIC_SUFFIX. * 2. verify producer/consumer could produce/consume messages from same ...
Read more >Private Machine Learning in TensorFlow using Secure ... - arXiv
We present tf-encrypted, an open source library built on top of TensorFlow with the aim of making private ma- chine learning more accessible...
Read more >Crypto Gathering 2022 | Real Vision
The Real Vision Crypto Gathering is back. The most electrifying online event in crypto is bigger, better, and bolder than ever, with a...
Read more >Privacy-Preserving Machine Learning 2018: A Year in Review
2018 was a breakout year for privacy-preserving machine learning. From public awareness of data breaches and privacy violations to ...
Read more >Dr. Martha Boeckenfeld on LinkedIn: #nft #nfts #women ...
As an artist, the transition to launch her #NFT collection, Women Rise NFT, was a natural move. ... #NFTs are not only a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Submitted new changes. Decided to make triple_source accept values of multiple types instead of forcing all users of Pond to instantiate a TripleSource.
Also, while looking at transpose, I noticed that there is an undefined variable. I’ll submit a new PR for it this evening.
Closed by #753