[TVM Discuss] [Development] [VTA] A Workaround for Deploying Faster R-CNN on Target ext_dev(VTA and ARM CPU)

2020-04-30 Thread JC Li via TVM Discuss
@hht, would you mind share your implementation of RNN to VTA? --- [Visit Topic](https://discuss.tvm.ai/t/vta-a-workaround-for-deploying-faster-r-cnn-on-target-ext-dev-vta-and-arm-cpu/6516/7) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from the

[TVM Discuss] [Development] [VTA] A Workaround for Deploying Faster R-CNN on Target ext_dev(VTA and ARM CPU)

2020-04-28 Thread JC Li via TVM Discuss
How is the “ lower schedule” printed out? --- [Visit Topic](https://discuss.tvm.ai/t/vta-a-workaround-for-deploying-faster-r-cnn-on-target-ext-dev-vta-and-arm-cpu/6516/4) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click h

[TVM Discuss] [Development/RFC] [RFC] Visualizing Relay program as graph

2020-04-11 Thread JC Li via TVM Discuss
Thanks for the great proposal. @hcho3, I followed your [script in github](https://github.com/hcho3/relayviz) and noticed it missed a case when operator being "Call"ed is a function. Adding some code within "Call" condition can generate graph with each function singled out. ```