tensorflow / privacy

Library for training machine learning models with privacy for training data
Apache License 2.0
1.93k stars 447 forks source link

cannot import name 'dp_event' from 'tensorflow_privacy.privacy.analysis' #471

Open Yeojoon opened 1 year ago

Yeojoon commented 1 year ago

Hi,

I was trying to run codes that use 'dp_event' from 'tensorflow_privacy.privacy.analysis', but I realized that there is no 'dp_event' in 'tensorflow_privacy.privacy.analysis' anymore. Could you let me know which function I can use instead of 'dp_event'?

Thank you for your help and time in advance!

galenmandrew commented 1 year ago

DpEvent and related classes are not part of Tensorflow Privacy. They come from the dp_accounting library.

Yeojoon commented 1 year ago

Gotcha, found it! Thank you for your help a lot.