You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your outstanding contribution. I am currently attempting to reproduce the results for CIFAR10 and CIFAR100. While I have been able to reproduce most of the defenses, I encountered an issue with Memguard. Upon reviewing both this repository and the Memguard repository, I noted that there doesn't appear to be a pre-trained defense model for CIFAR.
Could you kindly provide either the training code or a pretrained defense model for Memguard on CIFAR? Your assistance would be greatly appreciated.
Thank you for your time and consideration.
The text was updated successfully, but these errors were encountered:
the pre-trained attack models for MemGuard evaluation are provided in the ./final-all-models directory. E.g., in CIFAR10, the model is named cifar10_25000_MIA_model.h5, which can be loaded to compute the obfuscated score during the attack evaluation.
Could you please try it again, and let me know if you still run into problem?
Dear Authors,
Thank you for your outstanding contribution. I am currently attempting to reproduce the results for CIFAR10 and CIFAR100. While I have been able to reproduce most of the defenses, I encountered an issue with Memguard. Upon reviewing both this repository and the Memguard repository, I noted that there doesn't appear to be a pre-trained defense model for CIFAR.
Could you kindly provide either the training code or a pretrained defense model for Memguard on CIFAR? Your assistance would be greatly appreciated.
Thank you for your time and consideration.
The text was updated successfully, but these errors were encountered: