You are viewing a plain text version of this content. The canonical link for it is here.
Posted to discuss-archive@tvm.apache.org by Jonzchuang11 via TVM Discuss <no...@discuss.tvm.ai> on 2020/04/09 09:01:55 UTC

[TVM Discuss] [Questions] Op '_equal' is not supported


I am testing the mxnet_gluon_model 'center_net_resnet18_v1b_voc', casting an error with:
```Python
Traceback (most recent call last):

  File "arm64_centernet_rpc.py", line 282, in <module>
    graph, lib, params = build(target, target_host)

  File "arm64_centernet_rpc.py", line 144, in build
    mod, params = relay.frontend.from_mxnet(sys, {"data": dshape}, arg_params=arg_params, aux_params=aux_params)

  File "/opt/tvm/python/tvm/relay/frontend/mxnet.py", line 2033, in from_mxnet
    func = _from_mxnet_impl(symbol, shape, dtype, params, mod)

  File "/opt/tvm/python/tvm/relay/frontend/mxnet.py", line 1960, in _from_mxnet_impl
    'Operator {} is not supported in frontend MXNet.'.format(op_name))

tvm.error.OpNotImplemented: Operator _equal is not supported in frontend MXNet.

```
Then, the current version is supported? thanks a lot.





---
[Visit Topic](https://discuss.tvm.ai/t/op-equal-is-not-supported/6303/1) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/efa97ddf55e0d80909cf388eedd14b9d4b50ff004a221eebc956b948479675b6).

[TVM Discuss] [Questions] Op '_equal' is not supported

Posted by Morita Kazutaka via TVM Discuss <no...@discuss.tvm.ai>.

Either is fine.  You can try the fix if you apply the latest commit of the repo.  If you are not sure how to do it, cloning the whole repo may be easier way to go.





---
[Visit Topic](https://discuss.tvm.ai/t/op-equal-is-not-supported/6303/5) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/04982217d2084892499d644e7e19ca4e4b125f8382d024964b12ddfc850c8c28).

[TVM Discuss] [Questions] Op '_equal' is not supported

Posted by Jonzchuang11 via TVM Discuss <no...@discuss.tvm.ai>.

@kazum   I have to git the whole repo and build?





---
[Visit Topic](https://discuss.tvm.ai/t/op-equal-is-not-supported/6303/4) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/6704b911eb2ee017ec5a20ff4d335f4098a1f58d4c2579dca9c7221d632af759).

[TVM Discuss] [Questions] Op '_equal' is not supported

Posted by Jonzchuang11 via TVM Discuss <no...@discuss.tvm.ai>.

@kazum I can git it a try. How can I extract the related code ? or I have to git the whole repo and build?





---
[Visit Topic](https://discuss.tvm.ai/t/op-equal-is-not-supported/6303/3) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/c475d42d64c11568803ed9f609f17e0e1d5eaa55bc3b0d945f47991b4fe8c5d3).

[TVM Discuss] [Questions] Op '_equal' is not supported

Posted by Morita Kazutaka via TVM Discuss <no...@discuss.tvm.ai>.

@zchuang11 I've added the support in my git repo https://github.com/kazum/tvm/tree/mx_equal.  Can you give it a try?





---
[Visit Topic](https://discuss.tvm.ai/t/op-equal-is-not-supported/6303/2) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/7b9abfb6e41fd541a7caca340857c93d98bed9cecb9313c71975d68ce6ab5856).