Skip to content

Commit

Permalink
Print also a summary of a model for yolo tiny
Browse files Browse the repository at this point in the history
  • Loading branch information
wooruang committed May 20, 2020
1 parent 713aec7 commit 3f8ed00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion save_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def save_tf():
print("model option can be only 'yolov3' or 'yolov4'.")
return

model.summary()
model.summary()

model.save(FLAGS.output)

Expand Down

0 comments on commit 3f8ed00

Please sign in to comment.