zhchuu / continual-learning-reproduce

Continual / incremental / lifelong learning methods implemented by PyTorch. Especially the methods based on memory replay.
MIT License
49 stars 6 forks source link

Gradcam #3

Closed koy030016 closed 1 year ago

koy030016 commented 1 year ago

Excuse me, is there a way to visualize the gradcam in lwm.py?

zhchuu commented 1 year ago

Although it is possible to visualize the Grad-cam, I will not include it in this repository as it is not closely related to reproducing the paper results. I have experience using Grad-cam in one of my other research projects (See this), and the code is stored in a private repository. If you require any assistance or guidance, please feel free to contact me via email.

chh.zhong[at]outlook[dot]com