[Apache TVM Discuss] [Questions] Mobilenetv2 is implemented on VTA and nn. conv2D group problem

2022-06-08 Thread okkk via Apache TVM Discuss
Hello, has your problem been solved? When I use vta, I will report an error in graph_pack. How did you solve it? Looking forward to your reply --- [Visit Topic](https://discuss.tvm.apache.org/t/mobilenetv2-is-implemented-on-vta-and-nn-conv2d-group-problem/11761/2) to respond. You are rec

[Apache TVM Discuss] [Questions] Some questions about MobileNet and DCGAN implemented on VTA

2022-06-08 Thread okkk via Apache TVM Discuss
Hello, have you implemented the deployment of mobilenetv2 on FPGA? --- [Visit Topic](https://discuss.tvm.apache.org/t/some-questions-about-mobilenet-and-dcgan-implemented-on-vta/2842/8) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these em

[Apache TVM Discuss] [Questions] Is it possible to run two inference models concurrently in vta?

2022-06-08 Thread huajsj via Apache TVM Discuss
without explicitly setting the threadpool, multiple backend runtime instance control flow will share a same threadpool and execute the operator sequential, you can reference this example https://discuss.tvm.apache.org/t/cpu-affinity-setting-of-pipeline-process-when-using-config-threadpool/121

[Apache TVM Discuss] [Questions] Double_buffer schedule conflict with tenorize

2022-06-08 Thread F Pecc via Apache TVM Discuss
Hi @SYangDong Could you provide some code on how you modified the buffers offset? Thanks! --- [Visit Topic](https://discuss.tvm.apache.org/t/double-buffer-schedule-conflict-with-tenorize/1641/10) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe

[Apache TVM Discuss] [Questions] Question about relay.build

2022-06-08 Thread 张新硕 via Apache TVM Discuss
Can someone tell me different: 1. graph, lib, params = relay.build(xxx) 1. mod = relay.build(xxx) Three outputs and one output . What's the difference between them, and where do they apply?Thanks --- [Visit Topic](https://discuss.tvm.apache.org/t/question-about-relay-build/12930/1) to

[Apache TVM Discuss] [Questions] Intution on why this int8 algorithm is slower?

2022-06-08 Thread Wheest via Apache TVM Discuss
I dropped a `print` statement into the [default AVX x86 conv2d schedule](https://github.com/apache/tvm/blob/70884e957aa5c8de9c02c25a14d30563d7300cb9/python/tvm/topi/x86/conv2d_avx_common.py#L87), so I know that this is the schedule that is being run. To check if there is an int16 fallback, I