Skip to content

Commit ad516e7

Browse files
tsekityamdomluna
authored andcommitted
Update project dependency (udacity#9)
_environment.yml_ is removed from the project, and we need to use CarND Term1 Starter Kit to create the environment.
1 parent a4d2633 commit ad516e7

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,6 @@ Implement the LeNet-5 deep neural network model.
77
### Dependencies
88
This lab requires:
99

10-
* [TensorFlow](https://www.tensorflow.org/)
10+
* [CarND Term1 Starter Kit](https://github.com/udacity/CarND-Term1-Starter-Kit)
1111

12-
Use [Anaconda](https://www.continuum.io/downloads) to install the dependencies:
13-
14-
1. `conda env create -f environment.yml`
15-
2. `source activate CarND-LeNet-Lab`
16-
17-
### GPU
18-
If you have access to an NVIDIA GPU, you can accelerate the training of your network by using TensorFlow on a GPU.
19-
20-
1. Install the core dependencies (see above)
21-
2. Install [CUDA](https://developer.nvidia.com/cuda-downloads)
22-
3. Install [cuDNN](https://developer.nvidia.com/cudnn)
23-
4. Install TensorFlow with GPU support: `pip install tensorflow-gpu`
12+
The lab enviroment can be created with CarND Term1 Starter Kit. Click [here](https://github.com/udacity/CarND-Term1-Starter-Kit/blob/master/README.md) for the details.

0 commit comments

Comments
 (0)