mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-25 22:26:24 +00:00
34 lines
1.3 KiB
Markdown
34 lines
1.3 KiB
Markdown
---
|
|
name: Bug/Performance issue
|
|
about: Use this template for reporting a bug or a performance issue.
|
|
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is. To avoid repetition please make sure this is not one of the known issues mentioned on the respective release page.
|
|
|
|
**Urgency**
|
|
If there are particular important use cases blocked by this or strict project-related timelines, please share more information and dates. If there are no hard deadlines, please specify none.
|
|
|
|
**System information**
|
|
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
|
|
- ONNX Runtime installed from (source or binary):
|
|
- ONNX Runtime version:
|
|
- Python version:
|
|
- Visual Studio version (if applicable):
|
|
- GCC/Compiler version (if compiling from source):
|
|
- CUDA/cuDNN version:
|
|
- GPU model and memory:
|
|
|
|
**To Reproduce**
|
|
- Describe steps/code to reproduce the behavior.
|
|
- Attach the ONNX model to the issue (where applicable) to expedite investigation.
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here. If the issue is about a particular model, please share the model details as well to facilitate debugging.
|