-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi,
My lab and I are planning on including IF-GMI in our latest project on model inversion defenses, but we ran into some computational limitations. We seek to attack a Resnet-152 model on all 530 target classes of the FaceScrub dataset; we see you have a similar experimental setup in your paper.
We're running the attack on 2 A100 GPUs with what I believe is the same configuration as your main FaceScrub experiments. See our full config file here: our_IF_config.txt
For us, this run is taking about 8 minutes per class (2 minutes per optimization batch x 3 batches per class + 2 min for evaluation computations). It appears like this will result in a >60hr run to attack all classes, which feels quite long. How long did your experimental runs with a Resnet-152 on FaceScrub take? If I may ask, what kind of GPUs did you use, and how many?
Thanks for your time, and for making your code publicly available!
-- Shailen