Tensorflow Template

Remix this to start a Tensorflow article.

The Keras (v2.2.4) and TFLearn (dev) frontends are available.

import platform, tensorflow as tf
print("Python version: %s.\nTensorflow version: %s.\n" % 
      (platform.python_version(),tf.__version__))
tf.Session()
<tensorflow.python.client.session.Session object at 0x7f7ea0340490>
Runtimes (1)