pytorch/opacus

Cannot compute epsilon

01manoj20 opened this issue · 2 comments

I am trying to use make_private_with_epsilon function, I am getting cannot compute epsilon error I am not sure about the cause of the error.

I think the problem might be associated with "prv" accounting. Could you try explicitly setting (accountant = "rdp") when initializing PrivacyEngine?

I assume you have solved this issue. Feel free to re-open it if it is needed.