Skip to content

A Makefile to help the configuration of deep learning environment for GPU

Notifications You must be signed in to change notification settings

cztay/deeplearningsetup-gpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning Environment Configuration (Keras)

Here is attached the file to configure the environment for Deep Learning by using Keras and Backend is tensorflow on GPU. Follow the following step in Ubuntu 16.04 LTS environment.

 git clone https://github.com/CzJakethedog/deeplearningsetup-gpu.git

Installation

After git clone, you can directly install all the package including:

  • Opencv-3.3
  • tensorflow
  • Keras
  • numpy, scipy, matplotlib, scikit-learn, imutils, h5py, pillow
make install

if you need to know the options of "make", please use the following command:

make help

About

A Makefile to help the configuration of deep learning environment for GPU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published