Skip to content
 
 

Repository files navigation

aind2-cnn

Instructions

  1. Clone the repository and navigate to the downloaded folder.

    	git clone https://github.com/udacity/aind2-cnn.git
    	cd aind2-cnn
    
  2. Obtain the necessary Python packages, and switch Keras backend to Tensorflow.

    For Mac/OSX or Linux:

    	conda env create -f requirements/aind-dog-mac-linux.yml
    	source activate aind-dog
    	KERAS_BACKEND=tensorflow python -c "from keras import backend"
    

    For Windows:

    	conda env create -f requirements/aind-dog-windows.yml
    	activate aind-dog
    	set KERAS_BACKEND=tensorflow
    	python -c "from keras import backend"
    
  3. Enjoy!

About

AIND Term 2 -- Lesson on Convolutional Neural Networks

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages