Skip to content

rrigato/conNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

conNet

This repository is for using some basic convolutional neural networks

###Start by installing a docker client Here the link to installing on ubuntu

Start up the docker container with a keras backend of Tensorflow

sudo docker run -d -p 8888:8888 -v /notebook:/notebook ermaker/keras-jupyter

By going to localhost:8888 in a browser you can view your keras jobs graphically

Another interesting feature of using Keras with the TensorFlow backend is that it automatically detects and uses your gpu if you have one

For viewing your gpu usage I would recommend the following

About

This repository is for using some basic convolutional neural networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages