Skip to content

Commit d9f3eea

Browse files
committed
try SVG
1 parent cde4666 commit d9f3eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plot_model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
if __name__ == '__main__':
66
model = load_model()
7-
plot_model(model, to_file='model.png', show_layer_names=True, show_shapes=True)
7+
plot_model(model, to_file='model.svg', show_layer_names=True, show_shapes=True)

0 commit comments

Comments
 (0)