Skip to content

sivapriyanc/learningdl

 
 

Repository files navigation

Learning Deep Learning (Silver)

Use the following steps to create a virtual Python environment

  • Install Miniconda
  • Ensure environment.yml in the folder where you are going to create Python virtual environment

conda env create - f environment.yml

or

conda env update (If environment already created)

Note that our environment name is dlenv.

conda activate dlenv

conda deactivate

Refer: https://conda.io/docs/user-guide/tasks/manage-environments.html

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 60.2%
  • Python 39.8%