From f40a477a17672e7baabd3c59099e15f43239cffe Mon Sep 17 00:00:00 2001 From: Christopher Hesse Date: Fri, 25 Oct 2019 15:27:30 -0700 Subject: [PATCH] fix tf2 branch name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7d4483..32680a6 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ More thorough tutorial on virtualenvs and options can be found [here](https://vi ## Tensorflow versions -The master branch supports Tensorflow from version 1.4 to 1.14. For Tensorflow 2.0 support, please use tf-2 branch. +The master branch supports Tensorflow from version 1.4 to 1.14. For Tensorflow 2.0 support, please use tf2 branch. ## Installation - Clone the repo and cd into it: