Skip to content

Commit

Permalink
Merge pull request #6 from emcdona1/tf2
Browse files Browse the repository at this point in the history
Updated readme & requirements file to show TF2.
  • Loading branch information
emcdona1 authored Mar 18, 2021
2 parents f91effe + 4020176 commit ff5d964
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ff5d964

Please sign in to comment.