We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Despite what's shown in export.py
export.py
dynamic_axes={'images': {0: 'batch', 2: 'height', 3: 'width'}, # size(1,3,640,640) 'outputs': {0: 'batch', 2: 'y', 3: 'x'}} if opt.dynamic else None)
the models do not support dynamic batching.
Even if argument --dynamic is parsed, the batch size is still fixed for all of the outputs.
--dynamic
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Despite what's shown in
export.py
the models do not support dynamic batching.
Even if argument
--dynamic
is parsed, the batch size is still fixed for all of the outputs.The text was updated successfully, but these errors were encountered: