File tree Expand file tree Collapse file tree 1 file changed +1
-29
lines changed
projects/practice_projects/imdb Expand file tree Collapse file tree 1 file changed +1
-29
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments