1. 학습
  2. /
  3. 강의
  4. /
  5. Advanced Deep Learning with Keras

Connected

연습 문제

Plotting models

In addition to summarizing your model, you can also plot your model to get a more intuitive sense of it. Your model is available in the workspace.

지침 1/4

undefined XP
    1
    2
    3
    4
  • Save the model plot to the file 'model.png'.
  • Import and display 'model.png' into Python using matplotlib.