I need to find which version of TensorFlow I have installed. I\'m using Ubuntu 16.04 Long Term Support.
On Latest TensorFlow release 1.14.0
tf.VERSION
is deprecated, instead of this use
tf.version.VERSION
ERROR:
WARNING: Logging before flag parsing goes to stderr. The name tf.VERSION is deprecated. Please use tf.version.VERSION instead.