From 967b5774afcb50a1168662a32b57ae0a35238e07 Mon Sep 17 00:00:00 2001 From: Li Shen Date: Wed, 11 Dec 2019 10:37:04 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9267aae..508d180 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,8 @@ Some explanations of the arguments: ## Computational environment The research in this study is carried out on a Linux workstation with 8 CPU cores and a single NVIDIA Quadro M4000 GPU with 8GB memory. The deep learning framework is Keras 2 with Tensorflow as the backend. +### About Keras version +It is known that Keras >= 2.1.0 can give errors due an API change. See issue [#7](https://github.com/lishen/end2end-all-conv/issues/7). Use Keras with version < 2.1.0. For example, Keras=2.0.8 is known to work.