Open
Description
I'm trying to load an .ONNX file, and get the error on the title.
Also:
Closest candidates are:
load_node!(::Ghost.Tape, ::ONNX.OpConfig{:ONNX, :Gemm}, ::Vector{Ghost.Variable}, ::Dict{Symbol, Any}) at ~/.julia/packages/ONNX/TEIEp/src/load.jl:67
load_node!(::Ghost.Tape, ::ONNX.OpConfig{:ONNX, :Conv}, ::Vector{Ghost.Variable}, ::Dict{Symbol, Any}) at ~/.julia/packages/ONNX/TEIEp/src/load.jl:86
load_node!(::Ghost.Tape, ::ONNX.OpConfig{:ONNX, :MaxPool}, ::Vector{Ghost.Variable}, ::Dict{Symbol, Any}) at ~/.julia/packages/ONNX/TEIEp/src/load.jl:92
If I understand correctly, there's not a load_node!
dispatch for the :MatMul operation?
How can I fix this? Thank you.