mnswdhw / InvGAN-Pytorch

This repository implements the Invgan defense architecture in Pytorch. InvGAN acts as an initialisation for DefenseGAN and can help in State of the Art robustness of target models against adversarial attacks.
1 stars 0 forks source link

About Conversion Scripts #2

Closed ZackSoul closed 1 year ago

ZackSoul commented 1 year ago

image In your conversion script, as shown in the figure, I found that there seem to be two functions missing, Do you have the code for these two functions? I am also reproducing this paper recently. Thank you very much.

mnswdhw commented 1 year ago

I have taken some code from the original author of this paper, InvGAN. You can find the relevant code here https://github.com/yogeshbalaji/InvGAN/blob/master/utils/config.py Let me know if there is any other issue with the code.