pfnet-research / go-menoh

Golang binding for Menoh DNN inference library
MIT License
14 stars 4 forks source link

Use official MNIST model #11

Open disktnk opened 5 years ago

disktnk commented 5 years ago

Current MNIST example uses a trained model distributed by menoh-haskell, it's better to use an official model distributed by onnx/models, but Menoh core does not support the official model because the model uses deprecated attribute auto_pad, issued. After fixing, go-menoh should use the official model.

disktnk commented 5 years ago

Official MNIST model still uses auto_pad attribute, so we think provide own model.onnx and in/out.pb for the example.