mzweilin / EvadeML-Zoo

Benchmarking and Visualization Tool for Adversarial Machine Learning
https://evadeML.org/zoo
MIT License
183 stars 63 forks source link

Where is pretrain imagenet model weight like inception_v3? #4

Closed jiangyangzhou closed 4 years ago

jiangyangzhou commented 4 years ago

As your Readme said, this repo provide pretrain inception_v3 model on imagenet, but I didn't see it, and any other imagenet model. Can you provide them. Thanks.

jiangyangzhou commented 4 years ago

Oh, I found mobilenet, but still no inception_v3, can you provide this model? I saw it in your report experiment table. Thanks.

mzweilin commented 4 years ago

Hi @jiangyangzhou , the inception v3 model is from Keras: https://github.com/mzweilin/EvadeML-Zoo/tree/master/models/keras_models

See the official documentation of Keras: https://keras.io/applications/#inceptionv3

Best, -Weilin