licj15 / lcj_MNIST

A slight change from https://github.com/peikexin9/deepxplore/tree/master/MNIST

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need information DNN testing

rajasekharponakala opened this issue · comments

Hi,

I need clarification from the paper. I have a GoogleNet (Caffe) DNN trained on a image classification task. Now, using DeepXplore, how can i test model?

Thanks

We use Keras here. So the first thing you need to do is converting a Caffe Model to a Keras model. Keras usually use tensorflow as backend. So I suggest you to google "convert Caffe to tensorflow".