nikitakit / self-attentive-parser

High-accuracy NLP parser with models for 11 languages.

Home Page:https://parser.kitaev.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Mercurium-9 opened this issue · comments

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!