From 9927f68aff40f5cf58d306b47f0d5ad6732adf30 Mon Sep 17 00:00:00 2001 From: Wonjoon Seol Date: Fri, 15 Mar 2019 04:17:13 +0000 Subject: [PATCH] Update README.md Add Keras version setup information --- AirSimE2EDeepLearning/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AirSimE2EDeepLearning/README.md b/AirSimE2EDeepLearning/README.md index e4e66f9..9dbe45f 100644 --- a/AirSimE2EDeepLearning/README.md +++ b/AirSimE2EDeepLearning/README.md @@ -43,7 +43,7 @@ You should also be comfortable with Python. At the very least, you should be abl 1. [Install Anaconda](https://conda.io/docs/user-guide/install/index.html) with Python 3.5 or higher. 2. [Install CNTK](https://docs.microsoft.com/en-us/cognitive-toolkit/Setup-CNTK-on-your-machine) or [install Tensorflow](https://www.tensorflow.org/install/install_windows) 3. [Install h5py](http://docs.h5py.org/en/latest/build.html) -4. [Install Keras](https://keras.io/#installation) and [configure the Keras backend](https://keras.io/backend/) to work with TensorFlow (default) or CNTK. +4. [Install Keras 2.1.2](https://keras.io/#installation) and [configure the Keras backend](https://keras.io/backend/) to work with TensorFlow (default) or CNTK. ([Related Issue](https://github.com/Microsoft/AutonomousDrivingCookbook/issues/1)) 5. [Install AzCopy](https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy). Be sure to add the location for the AzCopy executable to your system path. 6. Install the other dependencies. From your anaconda environment, run "InstallPackages.py" as root or administrator. This installs the following packages into your environment: * jupyter