haofanwang / Score-CAM

Official implementation of Score-CAM in PyTorch
MIT License
399 stars 66 forks source link

does it work for RNN model #21

Closed ran337287 closed 2 years ago

ran337287 commented 2 years ago

does it work for RNN+CNN model whose task is text classification

haofanwang commented 2 years ago

Is it CNN+RNN model? @ran337287

I found some resources that may be helpful for your reference. Once Grad-CAM applies, so does Score-CAM.

https://discuss.pytorch.org/t/cam-grad-cnn-lstm/88679

https://github.com/OverLordGoldDragon/see-rnn/issues/4

haofanwang commented 2 years ago

Not active. Closed.