ndrmahmoudi

Results 5 comments of ndrmahmoudi

Hi @raghakot, Many thanks for this. I am quite new in this field. So, excuse me for asking such a time-consuming thing. Yes I do. Do you want me to...

Alright, I sent the files to your email. Please note that I just trained the model for 10 epochs on the data available [here](https://github.com/shagunsodhani/CNN-Sentence-Classifier), so it is completely simple model....

Hi all @pexmar, I was working on it for like last 10 days and finally I have got a code adapted from [here](https://github.com/experiencor/deep-viz-keras/blob/master/saliency.py) which gives saliency map for the sentences...

Thanks @ssierral, I don't use text_class as learning phase, do I? I wanted to `K.set_learning_phase(0).` But it gives `TypeError: Cannot interpret feed_dict key as Tensor: Can not convert a int...

Hi @nnaliu, I could fix my own problem with the function in one of my comments above. Feel free to use it and ask any question if you have.