5. Save a model as picture
¶
5.1 Save a model as png picture
¶
In [0]:
plot_model
(
model
,
show_shapes
=
True
,
show_layer_names
=
False
,
to_file
=
'model.png'
)