DSGT-DLP / Deep-Learning-Playground

Web Application where people new to Deep Learning can input a dataset and toy around with basic Pytorch modules without writing any code
MIT License
24 stars 8 forks source link

Doctor Command in DLP #940

Open karkir0003 opened 1 year ago

karkir0003 commented 1 year ago

When we setup our local dev environment for DLP, a common problem that arises is when developers have setup problems due to not having a version of a package or tool properly setup.

Solution: build a "doctor" command in dlp cli to check versions of packages/tools to see if setup is correct. the command should return "no problems detected" if setup is good. otherwise, return a detailed message describing the error