Session Ready
Exercise

Starting with sessions

The first step in any TensorFlow workflow is to create a session. These form the foundations of telling your hardware (computer) where and how to store your dataflow graphs.

Instructions
100 XP
  • Create a new session, named sess.
  • Run your session.
  • Close your session.