Tudor Cebere

Results 13 issues of Tudor Cebere

## 🐛 Bug Reports Hi pyo3 community! Love your library! Basically, I would like to export the `__hash__` implementation from rust to python and to return an u128 hash out...

documentation
needs-implementer

Migrating from protobuf to captainproto.

Hello! Thank you for this excellent model & paper! I am interested in reproducing the linear probing results in the paper for ImageNet (using SGD). Can the authors provide some...

## 🐛 Bug Hello! Probably an edge case, but some warning/error could be raised. The issue is that at high values of delta, the accountant gives negative epsilon values. Script...

bug

## 🐛 Bug When using opacus at low sample sizes (~2-3 samples), I managed to leak more privacy than the accounting described: Link: https://colab.research.google.com/drive/1gZVrg9kPIWjibApBkEnKNQqaIn8kUySs?usp=sharing The privacy estimation is made as...

Hi! First, thanks for this excellent library and for publishing research experiments! I have questions about the privacy [amplification by iteration](https://github.com/tensorflow/privacy/blob/1860ee1/tutorials/mnist_lr_tutorial.py) script. Could the authors provide a clear explanation of...

Hi @radusqrt, When do you think you aill add support for Mille Bay?

Each new party should validate if there is a party_index collision.

Zeroize secrets when a party is excluded/a new party joins. The following scenarios can be observed: 1) party x is in new group but not in old group - receive...

Existing parties should submit their dlog proof as well (currently it's a bit cumbersome, as the LocalKey does not save the proofs and the secret is not available anymore later).