Sure, you can see an example of how to use the `debug_executor` in [this part of the docs](https://tvm.apache.org/docs/arch/debugger.html#how-to-use-debugger).
The tensors will be dumped to a file, and you can then load this data using code such as: ```python data = relay.load_param_dict(bytearray(open("./_tvmdbg_device_CPU_0/output_tensors.params", "rb").read())) ``` --- [Visit Topic](https://discuss.tvm.apache.org/t/what-if-the-result-is-not-correct/11858/4) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/3b26329fe3b51fdd1ae995a620228c9f874ad9a95250a395293c80848752fffd).