Guided-Denoise icon indicating copy to clipboard operation
Guided-Denoise copied to clipboard

The winning submission for NIPS 2017: Defense Against Adversarial Attack of team TSAIL

Results 12 Guided-Denoise issues
Sort by recently updated
recently updated
newest added

Hello! I'm reading your code,but I can't understand the function of 'requires_control' flags in your code. Could you please tell me? Thank you!

https://github.com/lfz/Guided-Denoise/blob/master/Exps/sample/inception.py#L329 https://github.com/lfz/Guided-Denoise/blob/master/Exps/sample/inception.py#L413 But actually you have 1000 classes, why set to 1001 and then `outputs.append(x[:,1:])`

Hello, I have met some problem with loading the dictionary of the model. The code of mine is like this. I choose InceptionV3 model. I want to load the "inception_v3.ckpt"...

Hi, I wonder how many images do you select per class as training dataset? In the paper, you select 30 images per class but in prepare_data n_per_class is set to...

Hello, The Models checkpoint link is not working correctly. Could you please provide them in the Repo ? Thanks

where is your model define file?