carlini / nn_robust_attacks

Robust evasion attacks against neural network to find adversarial examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I want to attack my own model training by tensorflow2.0.

Madanfeng opened this issue · comments

I want to attack my own model training by tensorflow2.0, how do I modify the code?

You can probably get almost all of this to work by importing tf.compat.v1 if you want to use this implementation.

Alternatively, you can use another implementation of this attack built for TF2 from CleverHans, FoolBox, or ART.

You can probably get almost all of this to work by importing tf.compat.v1 if you want to use this implementation.

Alternatively, you can use another implementation of this attack built for TF2 from CleverHans, FoolBox, or ART.

Thank your reply, I refer to your code rewriting to tf2, the code is being refined. https://github.com/Madanfeng/CW_TF2