Session Ready
Exercise

Launching the graph and initializing the variables

In the last step, you created a w and b variable, which will now need to be initialized before moving on to training the model. In this lesson, you'll launch the session and initialize the variables globally.

Instructions
100 XP
  • Launch a new session named final_grades_session.
  • Run the global variables initializer.