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

Update docs for data processing scripts #3

Closed amad-person closed 4 years ago

amad-person commented 4 years ago

The given scripts (download_purchase100.sh and download_cifar100.sh) call the data processing programs using python2, so the user needs to have Python 2 and numpy with Python 2 support (e.g. v1.16.6) installed before running them. Added this info to the respective READMEs.