mem_absa icon indicating copy to clipboard operation
mem_absa copied to clipboard

Aspect Based Sentiment Analysis using End-to-End Memory Networks

Results 16 mem_absa issues
Sort by recently updated
recently updated
newest added

Hi, I have met the below error when the program was run, how to fix it? Traceback (most recent call last): File "main.py", line 63, in tf.app.run() File "/Library/Python/2.7/site-packages/tensorflow/python/platform/app.py", line...

I want to try to save the model data, but always occurs the error 'ValueError: GraphDef cannot be larger than 2GB'

There is an error at line no 47 of main.py 47 FLAGS.pad_idx = source_word2idx['']

the annotation of 'lindim' in main.py is 'linear part of the state', and it refers terms of 'Dout' with linear transformation in compute graph. so what is the practical significance...

I'm getting the following error. Does anybody else have this problem? Python 3.6 on Windows. ``` File "main.py", line 61, in tf.app.run() File "C:\Users\Ferdinand\Anaconda3\envs\tensorflow\lib\site-packages\tensorflow\python\platform\app.py", line 48, in run _sys.exit(main(_sys.argv[:1] +...

Thx your code. But when i use this code in restaurant dataset, i run 100 epochs and got 70% acc. Here is my hyper-parameters: 'batch_size': 1, 'edim': 300, 'init_hid': 0.1,...

https://github.com/ganeshjawahar/mem_absa/blob/5b7770243e3cbf0b50cfb0206f1b578a49205669/model.py#L82 Hello, I am running the code in Windows10. And I met a error in this line. Below is the error report ``` Traceback (most recent call last): File "main.py",...

mldl@ub1604:~/ub16_prj/mem_absa$ python2 main.py --show True /usr/local/lib/python2.7/dist-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`....

Can you elaborate a little bit on how I can use trained model to predict my own data? Also I can't find weights file (saved model) after training proccess. Little...

@ganeshjawahar Hi, I have some questions about aspect based sentiment analysis by using memory neural network, which is that how can I extract the aspect of a sentence after analysis...