ChessVisionBot icon indicating copy to clipboard operation
ChessVisionBot copied to clipboard

No Sessions in Tensorflow 2.x

Open jouhoff opened this issue 3 years ago • 0 comments

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:

  • OS: Ubuntu 20.04 64x
  • Interpreter: Python 3.9.4
  • Tensorflow Version: 2.5.0

Additional context:

jouhoff avatar Jul 15 '21 22:07 jouhoff