You say that the output is not correct, can you provide a reproducible example 
of what model you are running, and how?  Perhaps there is an issue there.

To answer your question, [this part of the 
documentation](https://tvm.apache.org/docs/arch/debugger.html#how-to-use-debugger)
 takes you through how to run the model while saving the intermediate outputs 
for given input data.

The result of `relay.load_param_dict` will be a dictionary with the various 
intermediate outputs.  You can look at the names of the tensors to see what 
layer they are related with, with additional model information being stored in 
the `_tvmdbg_device_CPU_0/` directory.

You can then compare the output of each layer in the dictionary with what you 
expect it to be.





---
[Visit 
Topic](https://discuss.tvm.apache.org/t/what-if-the-result-is-not-correct/11858/6)
 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/869481983c0b3724915de96547023b03bbf537ee86a48faaded954e7e02a5828).

Reply via email to