system info (#1234)

* system info

* update big info

* test script

* update config

* rename script

* import path
This commit is contained in:
Jirka Borovec
2020-03-27 08:45:52 -04:00
committed by GitHub
parent 1a9719c1c8
commit 61177cd1c8
4 changed files with 103 additions and 7 deletions
+2 -2
View File
@@ -40,12 +40,12 @@ Minimal means having the shortest code but still preserving the bug. -->
### Environment
Please copy and paste the output from our
[environment collection script](https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py)
[environment collection script](https://raw.githubusercontent.com/PyTorchLightning/pytorch-lightning/master/tests/collect_env_details.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
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
```