@kazum Could you help me to support it or give some suggestions ? any advice
is great appreciated! Thanks a lot!
---
[Visit Topic](https://discuss.tvm.ai/t/lambda-op-for-keras/6408/4) to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emai
@kazum Thanks for your reply in patience.
I have converted the keras model '*.h5' to tensoflow model(*.pb). There are
four ops are not supported using 'tensorflow frontend using
relay.frontend.from_tensorflow', as:
```Python
otImplementedError: The following operators are not implemented:
{'
Operator Lambda is not supported for frontend Keras. Have plan for support?
---
[Visit Topic](https://discuss.tvm.ai/t/lambda-op-for-keras/6408/1) to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.a
relay.frontend.from_onnx supports dynamic input_shape ?
```Python
relay.frontend.from_onnx (onnx_model, shape=shape_dict)
```
where the shape_dict should be given,otherwise,How to set the params for
different shapes, because mytest onnx model is support for dynamic shape.
Thanks a lot!
-
@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/
@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 emai
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
graph, lib, params = build(target, target_host)
File "arm64_centernet_rpc.py", line 144, in build
mod,