Skip to content

Commit

Permalink
rme
Browse files Browse the repository at this point in the history
  • Loading branch information
adarsh0806 committed Jul 18, 2017
1 parent 81b19b1 commit 8965764
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions projects/practice_projects/imdb/README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1 @@
# aind2-dl

### Instructions

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

```
git clone https://github.com/udacity/aind2-dl.git
cd aind2-dl
```

2. Obtain the necessary Python packages, and switch Keras backend to Tensorflow.

For __Mac/OSX__ or __Linux__:
```
conda env create -f requirements/aind-dl-mac-linux.yml
source activate aind-dl
KERAS_BACKEND=tensorflow python -c "from keras import backend"
```

For __Windows__:
```
conda env create -f requirements/aind-dl-windows.yml
activate aind-dl
set KERAS_BACKEND=tensorflow
python -c "from keras import backend"
```

3. Enjoy!
# imdb practice project

0 comments on commit 8965764

Please sign in to comment.