peikexin9 / deepxplore

DeepXplore code release
MIT License
393 stars 146 forks source link

Caffe instance #16

Closed rajasekharponakala closed 6 years ago

rajasekharponakala commented 6 years ago

Hi Pei!,

what is the feasibility of deploying the framework described in your paper to the Caffe based instance, is it possible enough.

Thanks- Rajasehkar

peikexin9 commented 6 years ago

Hi Rajasehkar, yeah it's possible. I believe Caffe also supports computing the gradient of any intermediate neuron w.r.t. input tensor. That's the core functionality we need using any framework.

rajasekharponakala commented 6 years ago

Thanks Pei.