darkonhub / darkon

Toolkit to Hack Your Deep Learning Models
http://darkon.io
Apache License 2.0
233 stars 34 forks source link

Apply darkon to CNN+LSTM #51

Open gabarlacchi opened 4 years ago

gabarlacchi commented 4 years ago

Hello, nice work, i really appreciate it. I would like to know if it's possible to apply the idea of gradCam to a network such: pre-trained CNN for feature extraction + LSTM for sequence classification. Thanks in avdance for the help!

Nateliu712 commented 4 years ago

Nice, work. I wonder to know if this can work in Seq2Seq model, like attention based model.