You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Note**: Qualcomm example scripts (e.g. `oss_scripts/roberta.py`) use only absolute imports
120
+
> and are run as plain scripts. The Observatory CLI auto-selects `runpy.run_path` for these since
121
+
> their directories do not contain `__init__.py`.
122
+
123
+
See `backends/qualcomm/debugger/observatory/README.md` for full documentation.
124
+
115
125
# ExecuTorch QNN Intermediate Output Debugger
116
126
117
127
ExecuTorch QNN Intermediate Output Debugger is a tool that helps users debug intermediate output accuracy by comparing CPU outputs with QNN outputs. This tool offers a variety of output formats and flexibility for users to define their own metrics when debugging.
0 commit comments