chiwwang opened a new pull request #8448: URL: https://github.com/apache/tvm/pull/8448
Hi, When using Relay IR as a frontend, we think it would be nice to have a reasonable visualization tool. This draft PR follows: 1. https://github.com/apache/tvm/pull/4370 2. https://tvm.apache.org/2020/07/14/bert-pytorch-tvm 3. https://discuss.tvm.apache.org/t/rfc-visualizing-relay-program-as-graph/4825 We try to define an interface Plotter to enable different plotting library. Currently [Bokeh](https://docs.bokeh.org/en/latest/index.html) is chosen due to its interactive capability. Example output: https://github.com/chiwwang/tvm/blob/tmp4viz/python/tvm/contrib/relay_viz/resnet18.html README: https://github.com/chiwwang/tvm/blob/relayviz/python/tvm/contrib/relay_viz/README.md We want to have your thoughts on this topic. More details are in the [RFC](https://discuss.tvm.apache.org/t/rfc-visualizing-relay-program-as-graph/4825). Thanks:) Thanks for contributing to TVM! Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @ them in the pull request thread. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
