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

arcface backbone to tensorrt #35

Open
guangdongliang opened this issue Aug 5, 2019 · 0 comments
Open

arcface backbone to tensorrt #35

guangdongliang opened this issue Aug 5, 2019 · 0 comments

Comments

@guangdongliang
Copy link

guangdongliang commented Aug 5, 2019

Thank for your work!
I want to convert arcface to tensorrt, but nn.BatchNorm1d(feature_dim)) do not support 2D in tensorrt. the error message is " what(): No converter registered for op type: Squeeze " .
In torch/onnx/symbolic.py, 2D tensor will be unsqueeze to 3D first and then squeeze to 2D after BatchNorm.

look forward to your replay! thank you!

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

No branches or pull requests

1 participant