parent
69575204f2
commit
fa696ce512
|
@ -46,8 +46,8 @@ Please copy and paste the output from our
|
|||
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.py before running it.
|
||||
python collect_env.py
|
||||
# For security purposes, please check the contents of collect_env_details.py before running it.
|
||||
python collect_env_details.py
|
||||
```
|
||||
|
||||
- PyTorch Version (e.g., 1.0):
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
- [ ] Did you write any new necessary tests?
|
||||
- [ ] If you made a notable change (that affects users), did you update the [CHANGELOG](https://github.com/PyTorchLightning/pytorch-lightning/blob/master/CHANGELOG.md)?
|
||||
|
||||
<!-- For CHANGELOG separate each item in unreleased section by blank line to reduce collisions -->
|
||||
<!-- For CHANGELOG separate each item in unreleased section by a blank line to reduce collisions -->
|
||||
|
||||
## What does this PR do?
|
||||
Fixes # (issue).
|
||||
|
|
Loading…
Reference in New Issue