Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 454 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 454 Bytes

DeepLearningLab2017

My repository for the Deep Learning Lab 2017 @ University of Freiburg

Actviate virtual environment

source venv-dl/deeplearning/bin/activate

Deactivate virtual environment

deactivate

Installation of virtual environment

# Navigate to project folder
cd <Project>

# Init virtual environment
python3 -m venv venv-dl

# Activate
source venv-dl/deeplearning/bin/activate

pip install -r requirements.txt