I got the following deprecation warning in my tensorflow code:
The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.
- Why I got this warning
- What will happen in tensorflow 2.0. instead of
tf.session - Is it okay to use
tf.compat.v1.Session