Visualizing-and-Understanding-Neural-Models-in-NLP
Visualizing-and-Understanding-Neural-Models-in-NLP copied to clipboard
Keras Implementation
Hi Jiwei,
First of all thanks a lot for this great job. I am just wondering if it is possible to similar work in keras as well? I have the saved model and weights following this code and I would like to have heat maps as yours for several sentences. Can you please let me know is it possible to have keras implementation of your work? If yes, can you please give some hints with this regard?
Nader
I have the same question as you since my model is constructed using keras and I want to generate Saliency map of the model. However it seemed that lua and torch are more preferable in this task. Do you have any solution now?