Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
There is some BC issue with new versions of Keras and OpenCV. Downgra…
Browse files Browse the repository at this point in the history
…ding (#4)

* Use virtualenv to embed requirements declaration

* Add keras and tensorflow to requirements

* Fix Keras to version 2.0.4

* force setuptools to version 39.1.0

* Fix 'ImportError: libSM.so.6: cannot open shared object file: No such file or directory' error

* remove obsolete instruction in README

* Fix requirements
  • Loading branch information
pitpit authored and forcecore committed Aug 1, 2018
1 parent fd2b8ad commit eef29ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ Dataset = 14490, hence 5000 mini-batches is approximately 22 epochs.

```bash
pip install virtualenv
virtualenv venv
virtualenv -p <PATH_TO_BIN_DIR>/python3.6 venv
source venv/bin/activate
pip install -r requirements.txt
Expand Down
14 changes: 9 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
absl-py==0.3.0
astor==0.7.1
backports.weakref==1.0rc1
bleach==1.5.0
enum34==1.1.6
gast==0.2.0
grpcio==1.13.0
h5py==2.8.0
Keras==2.2.2
Keras-Applications==1.0.4
Keras-Preprocessing==1.0.2
html5lib==0.9999999
Keras==2.0.4
Markdown==2.6.11
numpy==1.15.0
opencv-python==3.4.2.17
opencv-python==3.3.0.9
Pillow==5.2.0
protobuf==3.6.0
PyYAML==3.13
scipy==1.1.0
six==1.11.0
tensorboard==1.9.0
tensorflow==1.9.0
tensorflow-tensorboard==1.5.1
termcolor==1.1.0
Werkzeug==0.14.1
Theano==1.0.2
Werkzeug==0.14.1

0 comments on commit eef29ba

Please sign in to comment.