From e3c78d6bd06908e24b4d60e12d89357be382d8d5 Mon Sep 17 00:00:00 2001 From: Steve Chien Date: Thu, 5 Sep 2019 16:34:48 -0700 Subject: [PATCH] Update prerequisite to TF 1.14 (to include vectorized_map). PiperOrigin-RevId: 267482807 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5720801..1c8b009 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ issues currently open. ### Dependencies This library uses [TensorFlow](https://www.tensorflow.org/) to define machine -learning models. Therefore, installing TensorFlow (>= 1.13) is a pre-requisite. +learning models. Therefore, installing TensorFlow (>= 1.14) is a pre-requisite. You can find instructions [here](https://www.tensorflow.org/install/). For better performance, it is also recommended to install TensorFlow with GPU support (detailed instructions on how to do this are available in the TensorFlow