Skip to content

dsilver829/CarND-LeNet-Lab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CarND-LeNet-Lab

LeNet-5 Architecture Implement the LeNet-5 deep neural network model.

Dependencies

This lab requires:

Use Anaconda to install the dependencies:

  1. conda env create -f environment.yml
  2. source activate CarND-LeNet-Lab

GPU

If you have access to an NVIDIA GPU, you can accelerate the training of your network by using TensorFlow on a GPU.

  1. Install the core dependencies (see above)
  2. Install CUDA
  3. Install cuDNN
  4. Install TensorFlow with GPU support: pip install tensorflow-gpu

About

Implement the LeNet deep neural network model with TensorFlow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%