bargavj / EvaluatingDPML

This project's goal is to evaluate the privacy leakage of differentially private machine learning models.
MIT License
129 stars 48 forks source link

Switch to latest version of Lasagne #9

Closed jonahweissman closed 5 years ago

jonahweissman commented 5 years ago

In my conda environment, I upgraded to the latest version of Lasagne because I was getting some errors, but now the errors seem to have disappeared. If you don't have any problems, you probably don't need to merge, but I'll leave this PR here in case you need it.

making your own conda env

conda create -n dpml
source activate dpml
conda install pip
pip install -r requirements.txt