advboxes / AdvBox

Advbox is a toolbox to generate adversarial examples that fool neural networks in PaddlePaddle、PyTorch、Caffe2、MxNet、Keras、TensorFlow and Advbox can benchmark the robustness of machine learning models. Advbox give a command line tool to generate adversarial examples with Zero-Coding.
Apache License 2.0
1.39k stars 265 forks source link

graphpipe-tf的docker使用了过低的tensorflow版本 #89

Open k1ng0fic3 opened 2 years ago

k1ng0fic3 commented 2 years ago

TensorFlow 版本的 GraphPipe Docker Image,目前只有 TensorFlow Ver1.8 和 1.11 版本。

在尝试部署更高版本 TensorFlow 生成的模型时会出现各种异常,因此间接影响了 AdvBox 的使用。

对此是否有解决方法,或者项目是否有计划应用在常规部署框架上?