Open
Description
I downloaded resnet18
from here, and run, in the onnx file's folder
ONNX.load_model("resnet18-v1-7.onnx")
weights = ONNX.load_weights("weights.bson") ;
model = include("model.jl")
which results in
julia> model = include("model.jl")
ERROR: LoadError: UndefVarError: stride=(2, 2) not defined
Stacktrace:
[1] top-level scope at /mypath🙂/models/model.jl:6
[2] include(::String) at ./client.jl:439
[3] top-level scope at REPL[44]:1
in expression starting at /mypath🙂/models/model.jl:4
Any idea?
Metadata
Metadata
Assignees
Labels
No labels