You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.
The issue might be more related to MXNet itself. Really appreciate if you can help.
I am trying to convert such a CNN model using onnx-mxnet:
Such an exception occurs when running the convolution operator:
"mxnet-build\src\operator./convolution-inl.h:625: Check failed: dtype != -1 (-1 vs. -1) First input must have specified type"
Seems like dtype is undefined. Any suggestion in solving the issue?
Thanks
The text was updated successfully, but these errors were encountered:
HeliWang
changed the title
convolution operator in MXNet
Conv in onnx-mxnet / convolution operator in MXNet
Mar 8, 2018
@HeliWang Can you share a short script that reproduces the error. Or, please provide link to the existing example or share the onnx model for the above network.
Also, paste the commands you ran that produced the error.
@spidydev is this related to the bug fix you are working on?
Let me update later here. Before the error could be reproduced, let me make some pull request of some changes I made to the codebase of onnx-mxnet, for example, implementing the Gather operator by take. Afterwards I will update the procedure of reproducing the error here.
@HeliWang feel free to make the PRs. If you plan on making a PR a week or two later, then you should probably consider making a PR against the incubator-mxnet repo once this PR - apache/mxnet#9963 gets merged.
The issue might be more related to MXNet itself. Really appreciate if you can help.
I am trying to convert such a CNN model using onnx-mxnet:
Such an exception occurs when running the convolution operator:
"mxnet-build\src\operator./convolution-inl.h:625: Check failed: dtype != -1 (-1 vs. -1) First input must have specified type"
Seems like dtype is undefined. Any suggestion in solving the issue?
Thanks
The text was updated successfully, but these errors were encountered: