Skip to content

Commit 8965764

Browse files
committed
rme
1 parent 81b19b1 commit 8965764

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed
Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1 @@
1-
# aind2-dl
2-
3-
### Instructions
4-
5-
1. Clone the repository and navigate to the downloaded folder.
6-
7-
```
8-
git clone https://github.com/udacity/aind2-dl.git
9-
cd aind2-dl
10-
```
11-
12-
2. Obtain the necessary Python packages, and switch Keras backend to Tensorflow.
13-
14-
For __Mac/OSX__ or __Linux__:
15-
```
16-
conda env create -f requirements/aind-dl-mac-linux.yml
17-
source activate aind-dl
18-
KERAS_BACKEND=tensorflow python -c "from keras import backend"
19-
```
20-
21-
For __Windows__:
22-
```
23-
conda env create -f requirements/aind-dl-windows.yml
24-
activate aind-dl
25-
set KERAS_BACKEND=tensorflow
26-
python -c "from keras import backend"
27-
```
28-
29-
3. Enjoy!
1+
# imdb practice project

0 commit comments

Comments
 (0)