Skip to content
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

NotImplementedError: Operator RandomUniform not implemented. #2591

Closed
mnboos opened this issue Feb 12, 2019 · 3 comments
Closed

NotImplementedError: Operator RandomUniform not implemented. #2591

mnboos opened this issue Feb 12, 2019 · 3 comments

Comments

@mnboos
Copy link
Contributor

mnboos commented Feb 12, 2019

The following problem occures when trying to compile an ONNX model in a linux environment. Are there any plans when this operator will be implemented?

Shape: Differently implemented in NNVM as a bypass (dummy operator)
Traceback (most recent call last):
  File "compile_model.py", line 54, in <module>
    sym, params = nnvm.frontend.from_onnx(onnx_model)
  File "/usr/tvm/nnvm/python/nnvm/frontend/onnx.py", line 967, in from_onnx
    sym, params = g.from_onnx(graph, opset)
  File "/usr/tvm/nnvm/python/nnvm/frontend/onnx.py", line 822, in from_onnx
    op = self._convert_operator(op_name, inputs, attr, opset)
  File "/usr/tvm/nnvm/python/nnvm/frontend/onnx.py", line 926, in _convert_operator
    "Operator {} not implemented.".format(op_name))
NotImplementedError: Operator RandomUniform not implemented.
@mnboos
Copy link
Contributor Author

mnboos commented Feb 22, 2019

I assume no answer means you have other priorities at the moment?

@yidawang
Copy link
Contributor

yidawang commented Feb 22, 2019

As of now, I am not aware of a concrete plan of supporting the randomization ops. You can refer to the release roadmap (latest #2623) for major features being (going to be) implemented. You are also highly encouraged to contribute. BTW, normally please go to https://discuss.tvm.ai for discussion. Thanks.

@tqchen
Copy link
Member

tqchen commented Nov 1, 2020

Move to #6813

@tqchen tqchen closed this as completed Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants