DisaitekAI / membership_inference_attack

Implementation for the experiments in the blogpost "Demystifying the Membership Inference Attack" at https://www.mlsecurity.ai/post/demystifying-the-membership-inference-attack
MIT License
1 stars 0 forks source link

Dealing with trained ML files #1

Open paul-irolla opened 5 years ago

paul-irolla commented 5 years ago

It would be good to have an external system to store pt files (trained ML). For now it's ok but sooner or later it will hurt the git diff performance and git operations will start to be visibly slow. It could be a common internal server to store datasets and trained ML

rodgzilla commented 5 years ago

I've started to look into git-lfs a bit but didn't implement it. I don't know how easy it is to setup. We can probably set it up using Google Cloud Storage.

We'll look into when we need it.