Chen Ma
Chen Ma
@chunchentu Sorry, Maybe I didn't express my thought clearly. My question is very simple. If I set `tanh=True`, I mean whether should I call `np.arctanh((img-0.5)*1.999999)` on the input image (and...
@joeybose I have finished it, if you want the code, I can email to you. please give the email to me
[autozoom_attack.zip](https://github.com/IBM/Autozoom-Attack/files/4594179/autozoom_attack.zip) This is the pytorch version of autozoom attack. However, the training part of auto-encoder is not provided by the author of paper, so I reimplemented this part using my...
@joeybose the attack's process and the code exactly follows the tensorflow version, you can read the code and run it by yourself. However, the training part of auto-encoder is not...