mlcommons / GaNDLF

A generalizable application framework for segmentation, regression, and classification using PyTorch
https://gandlf.org
Apache License 2.0
150 stars 78 forks source link

[FEATURE] Include the output of `pip list` for debug info #863

Open sarthakpati opened 2 months ago

sarthakpati commented 2 months ago

Is your feature request related to a problem? Please describe.

Currently, only the essentials of the system and gandlf code base is recorded.

Describe the solution you'd like

It would be useful to have the user's current environment in addition to GaNDLF code essentials.

Describe alternatives you've considered

This should do it:

from pip import main
print(main(["list"]))

Additional context

N.A.

github-actions[bot] commented 3 weeks ago

Stale issue message