[VTA] Deploy a model on VTA and get no execution statistics

Hi all: I deploy a model on VTA with sim mode, but I get the execution statistics as below: image

The relative code is:

And I print the output data, it is correct,so I think the model was executed successfully. Anyone can help to solve this problem? Thanks.

Hi, I am also learning the code of VTA. I don’t know the exact answer to your question, but I think debugging the code step by step using pdb and gdb/lldb would help. Since the latter is a little compilcated, you can debug in pdb first.