We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde4666 commit d9f3eeaCopy full SHA for d9f3eea
plot_model.py
@@ -4,4 +4,4 @@
4
5
if __name__ == '__main__':
6
model = load_model()
7
- plot_model(model, to_file='model.png', show_layer_names=True, show_shapes=True)
+ plot_model(model, to_file='model.svg', show_layer_names=True, show_shapes=True)
0 commit comments