privacytrustlab / ml_privacy_meter

Privacy Meter: An open-source library to audit data privacy in statistical and machine learning algorithms.
MIT License
560 stars 99 forks source link

AttributeError: module 'ml_privacy_meter' has no attribute 'defense' #5

Closed aminfallahi closed 4 years ago

aminfallahi commented 4 years ago

When running tutorials/alexnet.py line 84 tries to use attribute 'defense' which is never defined in the codebase.

rzshokri commented 4 years ago

Thanks. Fixed.