[TVM Discuss] [Questions] Lambda op for Keras

2020-04-23 Thread Jonzchuang11 via TVM Discuss
@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

[TVM Discuss] [Questions] Lambda op for Keras

2020-04-20 Thread Jonzchuang11 via TVM Discuss
@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: {'

[TVM Discuss] [Questions] Lambda op for Keras

2020-04-16 Thread Jonzchuang11 via TVM Discuss
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

[TVM Discuss] [Questions] Dynamic input shape

2020-04-15 Thread Jonzchuang11 via TVM Discuss
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! -

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

2020-04-12 Thread Jonzchuang11 via TVM Discuss
@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/

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

2020-04-09 Thread Jonzchuang11 via TVM Discuss
@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

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

2020-04-09 Thread Jonzchuang11 via TVM Discuss
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,