Skip to content

idobrusin/DeepLearningLab

Repository files navigation

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

About

This repository contains the exercises from the Deep Learning Lab Course 2017 @ University of Freiburg, Germany

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published