rfeinman / detecting-adversarial-samples

Code for "Detecting Adversarial Samples from Artifacts" (Feinman et al., 2017)
108 stars 14 forks source link

Dropout layers are turned off when crafting samples (issue #1) #2

Closed spalaciob closed 6 years ago

spalaciob commented 6 years ago

Found a way simpler way to address the issue of Dropout still being "on" during the feed-forward. As far as I can tell, this is the only place that is needed.