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

Implement ConvTranspose operator #28

Open
tclements opened this issue Aug 14, 2019 · 1 comment
Open

Implement ConvTranspose operator #28

tclements opened this issue Aug 14, 2019 · 1 comment

Comments

@tclements
Copy link

The ConvTranspose operator needs to be implemented https://github.com/onnx/onnx/blob/master/docs/Operators.md#ConvTranspose

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
@chenspc
Copy link

chenspc commented Feb 14, 2020

I've come across the same problem. Could someone help with this issue or are there any instructions on how we can learn to do it ourselves?

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

2 participants