car-detection-bayes/.github/ISSUE_TEMPLATE/--bug-report.md

42 lines
1.0 KiB
Markdown
Raw Normal View History

2019-12-03 20:35:57 +00:00
---
name: "\U0001F41BBug report"
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
2020-04-26 18:22:29 +00:00
Before submitting a bug report, please ensure that you are using the latest versions of:
2020-05-06 17:14:31 +00:00
- Python
- PyTorch
2020-05-11 18:14:34 +00:00
- This repository (run `git fetch && git status -uno` to check and `git pull` to update)
2020-04-26 18:22:29 +00:00
**Your issue must be reproducible on a public dataset (i.e COCO) using the latest version of the repository, and you must supply code to reproduce, or we can not help you.**
2020-05-06 17:14:31 +00:00
If this is a custom training question we suggest you include your `train*.jpg`, `test*.jpg` and `results.png` figures.
2020-04-26 18:22:29 +00:00
2019-12-03 20:35:57 +00:00
## 🐛 Bug
A clear and concise description of what the bug is.
## To Reproduce
2020-04-26 18:22:29 +00:00
**REQUIRED**: Code to reproduce your issue below
```
python train.py ...
```
2019-12-03 20:35:57 +00:00
## Expected behavior
A clear and concise description of what you expected to happen.
## Environment
If applicable, add screenshots to help explain your problem.
2020-04-26 18:22:29 +00:00
- OS: [e.g. Ubuntu]
- GPU [e.g. 2080 Ti]
2019-12-03 20:35:57 +00:00
## Additional context
Add any other context about the problem here.