nesl/sensegen

Trouble getting up and running in Jupyter notebook with Python 3.8.9

Opened this issue · 1 comments

I get the error:

AttributeError: module 'tensorflow' has no attribute 'reset_default_graph'

when attempting to run the line:

model_utils.reset_session_and_model()

in the SenseGenModel notebook

Should I be using a different Python version?

Install Python 3.5 or 3.6, Then install TensorFlow 1.3/1.4
After that Run again