jiaxiaojunQAQ / Comdefend

The code for ComDefend: An Efficient Image Compression Model to Defend Adversarial Examples (CVPR2019)
112 stars 25 forks source link

Questions about Sigmoid #9

Closed Mercurialzhang closed 5 years ago

Mercurialzhang commented 5 years ago

Hi, in your paper, you add sigmoid activation in ComCNN. However, in your code, sigmoid activation is in RecCNN. Does Sigmoid play the role of normalization?