mle-infrastructure / mle-toolbox

Lightweight Tool to Manage Distributed ML Experiments 🛠
https://mle-infrastructure.github.io/mle_toolbox/toolbox/
MIT License
3 stars 1 forks source link

Allow user to choose between `virtualenv` and `conda` environment setup. #4

Closed RobertTLange closed 3 years ago

RobertTLange commented 3 years ago

Right now only conda is supported for venv activation. Would like to give user the option to choose between conda virtual environment activation and virtualenv.

See discussion https://github.com/RobertTLange/mle-toolbox/pull/2#discussion_r561736008

RobertTLange commented 3 years ago

Addressed in PR #29.