Nextjournal / Jun 11 2020
Tensorflow Template
Remix this to start a Tensorflow article.
The Keras (v2.2.4) and TFLearn (dev) frontends are available.
import platform, tensorflow as tfprint("Python version: %s.\nTensorflow version: %s.\n" % (platform.python_version(),tf.__version__))tf.Session()5.7s
Python
<tensorflow.python.client.session.Session object at 0x7f7ea0340490>