lightning/.github/ISSUE_TEMPLATE/bug_report.md

65 lines
1.8 KiB
Markdown
Raw Normal View History

2019-08-07 15:12:05 +00:00
---
name: Bug report
about: Create a report to help us improve
title: ''
2020-06-15 21:08:06 +00:00
labels: bug / fix, help wanted
2019-08-07 15:12:05 +00:00
assignees: ''
---
<!--
2019-08-08 18:30:55 +00:00
### Common bugs:
1. Tensorboard not showing in Jupyter-notebook see [issue 79](https://github.com/PyTorchLightning/pytorch-lightning/issues/79).
2. PyTorch 1.1.0 vs 1.2.0 support [see FAQ](https://github.com/PyTorchLightning/pytorch-lightning#faq)
-->
2019-08-08 18:30:55 +00:00
2019-12-09 01:07:24 +00:00
## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
### To Reproduce
2019-08-07 15:12:05 +00:00
Steps to reproduce the behavior:
2019-12-09 01:07:24 +00:00
2019-08-07 15:12:05 +00:00
1. Go to '...'
2019-12-07 05:23:01 +00:00
2. Run '....'
2019-08-07 15:12:05 +00:00
3. Scroll down to '....'
4. See error
2019-12-09 01:07:24 +00:00
<!-- If you have a code sample, error messages, stack traces, please provide it here as well -->
2019-12-07 05:23:01 +00:00
#### Code sample
2019-12-09 01:07:24 +00:00
<!-- Ideally attach a minimal code sample to reproduce the decried issue.
Minimal means having the shortest code but still preserving the bug. -->
### Expected behavior
2019-12-07 05:23:01 +00:00
2019-12-09 01:07:24 +00:00
<!-- A clear and concise description of what you expected to happen. -->
2019-08-07 15:12:05 +00:00
2019-12-09 01:07:24 +00:00
### Environment
2019-08-07 15:12:05 +00:00
2019-12-09 01:07:24 +00:00
Please copy and paste the output from our
[environment collection script](https://raw.githubusercontent.com/PyTorchLightning/pytorch-lightning/master/tests/collect_env_details.py)
2019-12-09 01:07:24 +00:00
(or fill out the checklist below manually).
2019-12-07 05:23:01 +00:00
2019-12-09 01:07:24 +00:00
You can get the script and run it with:
```
wget https://raw.githubusercontent.com/PyTorchLightning/pytorch-lightning/master/tests/collect_env_details.py
# For security purposes, please check the contents of collect_env_details.py before running it.
python collect_env_details.py
2019-12-09 01:07:24 +00:00
```
- PyTorch Version (e.g., 1.0):
- OS (e.g., Linux):
- How you installed PyTorch (`conda`, `pip`, source):
- Build command you used (if compiling from source):
- Python version:
- CUDA/cuDNN version:
- GPU models and configuration:
- Any other relevant information:
2019-08-07 15:12:05 +00:00
2019-12-07 05:23:01 +00:00
### Additional context
2019-12-09 01:07:24 +00:00
<!-- Add any other context about the problem here. -->