Skip to content

Commit

Permalink
add input_size & batch_size to onnx_export
Browse files Browse the repository at this point in the history
  • Loading branch information
Boulaouaney authored and rwightman committed Sep 21, 2023
1 parent 245ad4f commit a9c29a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions onnx_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ def main():
check_forward=args.check_forward,
training=args.training,
verbose=args.verbose,
input_size=(3, args.img_size, args.img_size),
batch_size=args.batch_size,
)


Expand Down

0 comments on commit a9c29a0

Please sign in to comment.