Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Moved environment collection script outside of lib #96

Merged
merged 7 commits into from
Feb 6, 2021

Conversation

frgfm
Copy link
Member

@frgfm frgfm commented Jan 31, 2021

This PR introduces the following modifications:

  • moved collect_env from pyrovision.utils to the scripts folder
  • fixed URL in bug report template
  • refactored collect_env script for leaner information display

Successfully merging this PR will close #91

Any feedback is welcome!

@frgfm frgfm added type: enhancement New feature or request module: utils Related to utils ext: scripts labels Jan 31, 2021
@frgfm frgfm added this to the 0.1.1 milestone Jan 31, 2021
@frgfm frgfm self-assigned this Jan 31, 2021
Copy link
Member

@MateoLostanlen MateoLostanlen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @frgfm ,

Thanks for the PR, I ran the script, it's seems ok on my side. I give you the output to confirm:

Collecting environment information...
Pyrovision version: 0.2.0a0
PyTorch version: 1.7.1
Torchvision version: 0.8.2

OS: Microsoft Windows 10 Home

Python version: 3.8
Is CUDA available: Yes
CUDA runtime version: Could not collect
GPU models and configuration: Could not collect
Nvidia driver version: Could not collect
cuDNN version: Could not collect

@frgfm frgfm merged commit 8b98449 into master Feb 6, 2021
@frgfm frgfm deleted the script-env branch February 6, 2021 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ext: scripts module: utils Related to utils type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[utils] Environment collection script should be moved outside of library
2 participants