gongzhitaao / tensorflow-adversarial

Crafting adversarial images
MIT License
223 stars 70 forks source link

Dependencies missing #2

Closed drsagitn closed 6 years ago

drsagitn commented 6 years ago

I looked for dependencies part in the readme but didn't see it. I wondered which version of tensorflow this code is working on?

gongzhitaao commented 6 years ago

This was written with TF v1.1 . I'm planning to upgrade to TF v1.3 API this week. Since the major version is not changed, I would expect most of their APIs keep the same signature.

gongzhitaao commented 6 years ago

Added dependencies, should be TFv1.1 and onwards. I tested with TFv1.4