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
ONNX.jl converts it to a Flux model fine. However, It fails (on an input of size (224, 224, 3, 1)).
It looks like the first error is that the output (edge_158) of c_99 has 24 channels but the next layer expects 6 layers.
The text was updated successfully, but these errors were encountered:
ONNX's fails on Shufflenet, a network in the ONNX ModelZoo:
https://github.com/onnx/models/tree/master/vision/classification/shufflenet
ONNX.jl converts it to a Flux model fine. However, It fails (on an input of size (224, 224, 3, 1)).
It looks like the first error is that the output (
edge_158
) ofc_99
has 24 channels but the next layer expects 6 layers.The text was updated successfully, but these errors were encountered: