AveragePool_0 stride for traffic_light_classifier_mobilenetv2.onnx #3481
jamestkpoon
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
When loading traffic_light_classifier_mobilenetv2.onnx in onnxruntime, there is an error that AveragePool_0.stride is set to a parameter, and not a numerical value.
Re-building via onnx2torch and setting
model.AveragePool_0.stride = [7, 7]
to match the kernel works, but what is the stride "supposed" to be?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions