cg563 / simple-blackbox-attack

Code for ICML 2019 paper "Simple Black-box Adversarial Attacks"
MIT License
191 stars 56 forks source link

Could you share the parameter(freq_dim and stride) for inception_v3? #1

Closed theFool32 closed 4 years ago

theFool32 commented 4 years ago

It seems that freq_dim=28 and stride=7 don't work for image size of 299.

Thanks.

cg563 commented 4 years ago

We used freq_dims=38 and stride=9 for Inception. Sorry for not mentioning this detail.