Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
093ead5c
Unverified
Commit
093ead5c
authored
Feb 24, 2020
by
cpuhrsch
Committed by
GitHub
Feb 24, 2020
Browse files
Update issue templates (#1913)
parent
6c2cda6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
0 deletions
+52
-0
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/bug_report.md
+52
-0
No files found.
.github/ISSUE_TEMPLATE/bug_report.md
0 → 100644
View file @
093ead5c
---
name
:
Bug report
about
:
Create a report to help us improve torchvision
title
:
'
'
labels
:
'
'
assignees
:
'
'
---
## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
## To Reproduce
Steps to reproduce the behavior:
1.
1.
1.
<!-- If you have a code sample, error messages, stack traces, please provide it here as well -->
## Expected behavior
<!-- A clear and concise description of what you expected to happen. -->
## Environment
Please copy and paste the output from our
[
environment collection script
](
https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py
)
(or fill out the checklist below manually).
You can get the script and run it with:
```
wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py
# For security purposes, please check the contents of collect_env.py before running it.
python collect_env.py
```
-
PyTorch / torchvision Version (e.g., 1.0 / 0.4.0):
-
OS (e.g., Linux):
-
How you installed PyTorch / torchvision (
`conda`
,
`pip`
, source):
-
Build command you used (if compiling from source):
-
Python version:
-
CUDA/cuDNN version:
-
GPU models and configuration:
-
Any other relevant information:
## Additional context
<!-- Add any other context about the problem here. -->
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment