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.load_model("model.onnx")
ERROR: KeyError: key :ConvTranspose not found
Stacktrace:
[1] getindex(::Dict{Symbol,Any}, ::Symbol) at ./dict.jl:478
[2] _graph(::ONNX.Types.Graph) at /home/timclements/.julia/packages/ONNX/iz0dL/src/graph/graph.jl:0
[3] graph(::ONNX.Types.Graph) at /home/timclements/.julia/packages/ONNX/iz0dL/src/graph/graph.jl:92
[4] code(::ONNX.Types.Graph) at /home/timclements/.julia/packages/ONNX/iz0dL/src/graph/graph.jl:100
[5] write_julia_file(::String) at /home/timclements/.julia/packages/ONNX/iz0dL/src/convert.jl:235
[6] load_model(::String) at /home/timclements/.julia/packages/ONNX/iz0dL/src/convert.jl:250
[7] top-level scope at none:0
The text was updated successfully, but these errors were encountered:
The
ConvTranspose
operator needs to be implemented https://github.com/onnx/onnx/blob/master/docs/Operators.md#ConvTransposeThe text was updated successfully, but these errors were encountered: