-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I get the results of per layer traces? #69
Comments
Hi, |
Encountered the same problem as you, |
Hi @beetle2069 , If you would like to get the traces of the dequantized floating point data, you should set debug_level=4 in the compilation options and run the inference in tidl emulation environment. You should run your model inference in 2 modes - 32 bits and 16/8/mixed (depending on your quantization). Each time you will find the traces under the /tmp folder in your Linux machine. Copy them elsewhere. There will per layer traces files with .bin extension - you should use them and not the files with the .y extension. |
Hi, I use the ort example to convert my model. When I set debug_level=4, I don't see any trace result folder as https://github.com/TexasInstruments/edgeai-tidl-tools/blob/09_00_00_06/docs/images/fm_trace_files.png. Could you give me some advise?
The text was updated successfully, but these errors were encountered: