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.
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.