ganeshjawahar / mem_absa

Aspect Based Sentiment Analysis using End-to-End Memory Networks
MIT License
199 stars 104 forks source link

Changes to work with latest Tensorflow #11

Closed Humanity123 closed 6 years ago

Humanity123 commented 6 years ago

Tensorflow no longer supports batch_matmul. We can directly use matmul. The commit contains some other changes also which are required to make the final code compatible with the latest release of Tensorflow