[Apache TVM Discuss] [Questions] Mix tvmc and Python API

2022-01-09 Thread Huanchun Ye via Apache TVM Discuss
@areusch We are using tvm for embedded devices. For security reasons we need to be able to update module + params separately from the code, so tvmc's output formats are suitable. On the other hand we also use the Python API to integrate the tvm runtime with our system. I'd think this use case

[Apache TVM Discuss] [Questions] What if the result is not correct?

2022-01-09 Thread chenugray via Apache TVM Discuss
cause tvm leave no origin network layers infomation in the tvm graph, so how can i use dump data compared with orgin network layers? for exmaple, the bert-large has 2000+ ops, but which op related to origin layer is hard to figure out. when you face accuracy problem, you dump the data and com