Skip to content
New issue

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

Could caffe parser support dynamic shape? #470

Closed
lcxywfe opened this issue Apr 1, 2020 · 1 comment
Closed

Could caffe parser support dynamic shape? #470

lcxywfe opened this issue Apr 1, 2020 · 1 comment

Comments

@lcxywfe
Copy link
Contributor

lcxywfe commented Apr 1, 2020

It seems a network constructed by the caffe parser don't support dynamic input shape, even with explicit batch dimension.

@rmccorm4
Copy link
Collaborator

rmccorm4 commented Apr 1, 2020

The caffe parser does not support dynamic shape, it is being deprecated in the future per the TensorRT 7.0 release notes. Please migrate your workflow to an ONNX model for features such as dynamic shape.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants