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 Pad operator #32

Open
jeremiedb opened this issue Nov 22, 2019 · 0 comments
Open

Implement Pad operator #32

jeremiedb opened this issue Nov 22, 2019 · 0 comments

Comments

@jeremiedb
Copy link

Following error resulted from attempt to load the Style Transfer ONNX model from:
https://github.com/onnx/models/blob/master/vision/style_transfer/fast_neural_style/models/opset8/mosaic.onnx

using Flux
using ONNX

julia> ONNX.load_model("mosaic.onnx")
ERROR: KeyError: key :Pad not found
Stacktrace:
 [1] getindex(::Dict{Symbol,Any}, ::Symbol) at .\dict.jl:478
 [2] _graph(::ONNX.Types.Graph) at C:\Users\Jeremie\.julia\packages\ONNX\iz0dL\src\graph\graph.jl:0
 [3] graph(::ONNX.Types.Graph) at C:\Users\Jeremie\.julia\packages\ONNX\iz0dL\src\graph\graph.jl:92
 [4] code(::ONNX.Types.Graph) at C:\Users\Jeremie\.julia\packages\ONNX\iz0dL\src\graph\graph.jl:100
 [5] write_julia_file(::String) at C:\Users\Jeremie\.julia\packages\ONNX\iz0dL\src\convert.jl:235
 [6] load_model(::String) at C:\Users\Jeremie\.julia\packages\ONNX\iz0dL\src\convert.jl:250
 [7] top-level scope at none:0
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

1 participant