nikitakit / self-attentive-parser

High-accuracy NLP parser with models for 11 languages.
https://parser.kitaev.io/
MIT License
871 stars 153 forks source link

tensorflow 2.3 AttributeError: module 'tensorflow' has no attribute 'Session' #65

Closed Mercurium-9 closed 3 years ago

Mercurium-9 commented 4 years ago

I am operating on a mac10.15 system and have tensorflow 2.3, python 3.7 in anaconda I've tried to change tf.Session to tf.compat.v1.Session but it still doesn't work, please help!