kochsebastian / ChessVisionBot

Chessbot using computer vision to play on any chess website
GNU General Public License v3.0
43 stars 22 forks source link

No Sessions in Tensorflow 2.x #16

Open jouhoff opened 3 years ago

jouhoff commented 3 years ago

Describe your Problem:

Unclear, according to similar reports, Tensorflow v2 does not support Sesion anymore. However, defining and testing v1 and v2 result in "Error Report" or the defined Name " not having an attribute " related to it.

This is Conda and or Pip install

To Reproduce:

Error report:

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

AttributeError Traceback (most recent call last)

Expected behavior:

Tensorflow Interactive Session Starting

System:

Additional context: