When I am executing the command sess = tf.Session() in Tensorflow 2.0 environment, I am getting an error message as below:
sess = tf.Session()
Traceback (most recent
Tensorflow 2.x support's Eager Execution by default hence Session is not supported.