AttributeError: module 'tensorflow' has no attribute 'Session ...
github.com › tensorflow › tensorflowApr 15, 2018 · Much of the syntax used in this file for Tensorflow has been deprecated. The syntax updated here will allow for use with any other possible legacy code. Additionally Keras syntax needed to be updated from `K.set_session (sess)` to `tf.compat.v1.keras.backend.set_session (sess)`. Finally the use of 'acc' in many instances of the code in this file is unusable, as is related to issue MicrosoftDocs#4 on this repo.