Unanswered
Hi, I Have A Local Package That I Use To Train My Models. To Start Training, I Have A Script That Calls
you can freeze your local env and thus get all the packages installed. With pip (on linux) it would be something like that :
pip freeze > requirements.txt
(doc here https://pip.pypa.io/en/stable/cli/pip_freeze/ )
167 Views
0
Answers
2 years ago
one year ago