-
Notifications
You must be signed in to change notification settings - Fork 34
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
Menoh error loading model from onnx file #221
Comments
Hi @kmorito |
Sorry for my late reply. |
Hi @okdshin It's working! Kind |
Hi @kmorito . Just FYI, now chainer-compiler's menoh API is available. It is compatible to menoh and it supports more ops (including PRelu) and more backends (Intel GPU, CUDA). |
Hi
I'm trying to run Menoh with the ONNX file converted from the Keras/Tensorflow model.
The following error occurs when calling the menoh function "make_model_data_from_onnx".
menoh invalid attribute type error: attribute type TENSOR for "value"
This ONNX file was created using mmdnn.
$ mmdownload -f keras -n vgg16 -o ./
$ mmconvert -sf keras -iw imagenet_vgg16.h5 -df onnx -om imagenet_vgg16.onnx
OS: Windows 10
Keras 2.2.2
Tensorflow 1.8.0
onnx-tf 1.2.1
Menoh 1.2.0
For the following file It works.
wget('https://preferredjp.box.com/shared/static/o2xip23e3f0knwc5ve78oderuglkf2wt.onnx', './data/vgg16.onnx')
What should I check?
Kind
The text was updated successfully, but these errors were encountered: