You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: