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-12-09 01:07:24 +00:00
|
|
|
## 🐛 Bug
|
|
|
|
|
|
|
|
<!-- A clear and concise description of what the bug is. -->
|
|
|
|
|
2021-07-26 10:30:07 +00:00
|
|
|
### To Reproduce
|
2020-10-12 11:42:21 +00:00
|
|
|
|
2021-07-26 10:30:07 +00:00
|
|
|
<!--
|
|
|
|
Please reproduce using the BoringModel!
|
2020-10-12 11:42:21 +00:00
|
|
|
|
2021-07-26 10:30:07 +00:00
|
|
|
You can use the following Colab link:
|
|
|
|
https://colab.research.google.com/drive/1HvWVVTK8j2Nj52qU4Q4YCyzOm0_aLQF3?usp=sharing
|
|
|
|
IMPORTANT: has to be public.
|
2020-12-23 21:31:09 +00:00
|
|
|
|
2021-07-26 10:30:07 +00:00
|
|
|
or this simple template:
|
|
|
|
https://github.com/PyTorchLightning/pytorch-lightning/blob/master/pl_examples/bug_report_model.py
|
2020-12-23 21:31:09 +00:00
|
|
|
|
2021-07-26 10:30:07 +00:00
|
|
|
If you could not reproduce using the BoringModel and still think there's a bug, please post here
|
|
|
|
but remember, bugs with code are fixed faster!
|
|
|
|
-->
|
2019-12-09 01:07:24 +00:00
|
|
|
|
|
|
|
### Expected behavior
|
2019-12-07 05:23:01 +00:00
|
|
|
|
2020-10-12 11:43:20 +00:00
|
|
|
<!-- FILL IN -->
|
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
|
|
|
|
2021-07-26 10:30:07 +00:00
|
|
|
<!--
|
|
|
|
Please copy and paste the output from our environment collection script:
|
|
|
|
https://raw.githubusercontent.com/PyTorchLightning/pytorch-lightning/master/requirements/collect_env_details.py
|
|
|
|
(For security purposes, please check the contents of the script before running it)
|
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:
|
2021-07-26 10:30:07 +00:00
|
|
|
```bash
|
2021-07-19 11:26:09 +00:00
|
|
|
wget https://raw.githubusercontent.com/PyTorchLightning/pytorch-lightning/master/requirements/collect_env_details.py
|
2020-06-02 22:47:21 +00:00
|
|
|
python collect_env_details.py
|
2019-12-09 01:07:24 +00:00
|
|
|
```
|
|
|
|
|
2021-07-26 10:30:07 +00:00
|
|
|
You can also fill out the list below manually.
|
|
|
|
-->
|
|
|
|
|
2021-06-30 08:47:44 +00:00
|
|
|
- PyTorch Lightning Version (e.g., 1.3.0):
|
|
|
|
- PyTorch Version (e.g., 1.8)
|
2019-12-09 01:07:24 +00:00
|
|
|
- Python version:
|
2021-06-30 08:47:44 +00:00
|
|
|
- OS (e.g., Linux):
|
2019-12-09 01:07:24 +00:00
|
|
|
- CUDA/cuDNN version:
|
|
|
|
- GPU models and configuration:
|
2021-06-30 08:47:44 +00:00
|
|
|
- How you installed PyTorch (`conda`, `pip`, source):
|
|
|
|
- If compiling from source, the output of `torch.__config__.show()`:
|
2019-12-09 01:07:24 +00:00
|
|
|
- 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. -->
|