AlanPeng0897 / Defend_MI

[KDD 2022] "Bilateral Dependency Optimization: Defending Against Model-inversion Attacks"
https://arxiv.org/pdf/2206.05483.pdf
MIT License
22 stars 5 forks source link

Missing config.json #10

Open LukasStruppek opened 12 months ago

LukasStruppek commented 12 months ago

Hey,

thank you for providing code for your defense. I am currently trying to evaluate the models with VMI. However, the code seems currently missing the args.json file loaded here: https://github.com/AlanPeng0897/Defend_MI/blob/97e8748cd86faf0314afbc41862038fd19df7621/VMI/model_utils.py#L20.

Without the config, the code seems not to work properly. Could you please provide the missing config file?

Best, Lukas

AlanPeng0897 commented 11 months ago

Hi Lukas,

The args.json file is not available. You may need to consider training the model yourself.

Regards, Alan