FluxML / ONNX.jl

Read ONNX graphs in Julia
Other
138 stars 26 forks source link

Can't load example MNIST model #39

Open castrong opened 4 years ago

castrong commented 4 years ago

Hi all - I'm trying to use ONNX for the first time and I'm getting an error when I try to load the example MNIST model (see screenshot below).

Screen Shot 2020-04-29 at 10 01 11 AM

I'd appreciate any advice people have on resolving this! Thank you!

ayush-1506 commented 4 years ago

Looks like you're on an older version of Flux. Could you try using the latest one?