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).

Reply via email to