Jean-Marc Gervais
Results
1
issues of
Jean-Marc Gervais
https://github.com/tensorflow/privacy/blob/319bf81bb166f4c43ca898a509bfdc56e1558280/tensorflow_privacy/privacy/analysis/compute_dp_sgd_privacy.py#L87 About `steps = int(math.ceil(epochs * n / batch_size))`, I have a doubt: - `int` seems useless, since `ceil` should return an integer, but that's not the subject. - shouldn't...