Skip to content

brittanyhewitson/deep_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deep_learning

Assignments for ENSC 413: Deep Learning Systems in Engineering

Environment Setup

Create a conda environment using Python 3.5

conda create -n ensc413-s2020 python=3.5

Activate the environment and install OpenCV

conda install --channel https://conda.anaconda.org/menpo opencv3

Install tensorflow using pip. If your computer has a GPU, install tensorflow-gpu instead

pip install tensorflow

Install the requirements

pip install -r requirements.txt

About

Assignments for ENSC 413: Deep Learning Systems in Engineering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages