From 4020176ed8af1a7fb171c016e37f019a9e156ce3 Mon Sep 17 00:00:00 2001 From: emcdona1 Date: Thu, 18 Mar 2021 11:51:53 -0500 Subject: [PATCH] Updated readme & requirements file to show TF2. --- README.md | 9 ++++----- requirements.txt | 3 +-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9c01d86..87e63fd 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,12 @@ The code in this repository uses Convolutional Neural Networks (CNN) in Tensorfl ### Environment -This code has been tested in Python 3.7.6 using Anaconda (Windows) and Miniconda (Ubuntu). - +This code has been tested in Python 3.7.x in Windows and Ubuntu, using Anaconda +for virtual environments. Please consult `requirements.txt` or the list below +for necessary Python packages. #### Tested Package Versions: -See also `requirements.txt`. -- tensorflow 1.15.0 (**N.B.**: *This system is not yet compatible with Tensorflow 2.x.*) -- keras 2.3.1 +- tensorflow 2.0.0 (*Release v1.0 and earlier are compatible with TensorFlow 1.15.0*) - matplotlib 3.1.3 - numpy 1.18.1 - opencv-python 3.4.2.17 diff --git a/requirements.txt b/requirements.txt index 6fd8c42..c29a978 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ -tensorflow==1.15.0 -keras==2.3.1 +tensorflow==2.0.0 matplotlib==3.1.3 numpy==1.18.1 opencv-python==3.4.2.17