Malavika Suresh

Results 5 comments of Malavika Suresh

I've been using this fork and just wanted to note that in order to use the DeepExplain library with a model created with TF2 (without having to re-write existing compile...

Hi, Yes, I get attribution scores of all tokens but the scores for the tokens are in ascending order: first token has a score of the order of e-27 (at...

You need to replace the "os.eniron.has_key('OPENNLP')" with " 'OPENNLP' in os.environ". has_key is no longer available in python 3. Doing this resolved the error for me.

However when I tun the opennlp.py file form command line, I get the "Starting OpenNLP" message and it just hangs there. Any issues ?