Session Ready
Exercise

Creating a multi-step TensorBoard

Great, you've visualized a simple tensor workflow that adds the number of female and male employees in your company together. Now you'll add another step which calculates the number of employees your company would employ if employee growth year-over-year increased by 32%.

Instructions
100 XP
  • Insert an additional step into your constants to multiply the total number of employees by 132%.
  • Write the necessary file for your session.
  • Open TensorBoard to view your computational graph.