We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245ad4f commit a9c29a0Copy full SHA for a9c29a0
onnx_export.py
@@ -90,6 +90,8 @@ def main():
90
check_forward=args.check_forward,
91
training=args.training,
92
verbose=args.verbose,
93
+ input_size=(3, args.img_size, args.img_size),
94
+ batch_size=args.batch_size,
95
)
96
97
0 commit comments