jeremyfix / deeplearning-lectures

Deep learning lecture materials
https://teaching.pages.centralesupelec.fr/deeplearning-lectures-build/
Other
30 stars 13 forks source link

Semantic segmentation : Switch back from conda to venv , pip and dependencies ? #21

Open jeremyfix opened 1 year ago

jeremyfix commented 1 year ago

For the semantic segmenation lab, the dependencies are installed with conda, which enforces users to install conda;

We can manage all dependencies with pip and base virtualenv with requirements.txt rather than requiring someone to install the whole conda.

Note however that conda actually provides the ability to install conda-toolkit which would allow a more contenerized delivrable than using pip.