Skip to main content
Version: 0.5.x [Latest Alpha]

Troubleshooting / Bug Reporting

If you experience any bugs, we're happy to help as fast as possible! Please provide these details when reporting an issue:

  1. Example Code that reproduces the Issue.
  2. What you expected to happen.
  3. What happened instead.
  4. Logs: You can increase log verbosity using the set_log_level function at the beginning of your script. Default level is 'INFO'.
import denkflow
denkflow.set_log_level("DEBUG") # Or "TRACE" for maximum detail. Careful: TRACE output might include sensitive information.
# ... the rest of your script
  1. Enable onnxruntime logs by setting env var DENKFLOW_ENABLE_ORT_LOGS=true before running your application. These logs might contain valuable information.
  2. System Information (Operating System, CPU Model, Memory, GPU Model if applicable).

We are actively developing Denkflow and welcome feature requests! Please feel free to report missing features or suggest improvements through the same channels you use for bug reporting.