From 5a600bc72ae092dd38b568c5c2839724daf262cb Mon Sep 17 00:00:00 2001 From: Himanshu Pal <22083123+ansh997@users.noreply.github.com> Date: Wed, 9 Sep 2020 23:27:56 +0530 Subject: [PATCH] fixed the keras version to run smoothly on colab --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0244995..981e275 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Here's how you can use it: ! shred -u setup_google_colab.py ! wget https://raw.githubusercontent.com/hse-aml/intro-to-dl/master/setup_google_colab.py -O setup_google_colab.py import setup_google_colab +!pip install q keras==2.0.6 # please, uncomment the week you're working on # setup_google_colab.setup_week1() # setup_google_colab.setup_week2()