Skip to content

Commit

Permalink
add tensorflow and keras version
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0ver012 committed Jan 9, 2019
1 parent 90956f2 commit fcb584b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ This repository is to reproduce Deep Image Matting.

## Dependencies
- [NumPy](http://docs.scipy.org/doc/numpy-1.10.1/user/install.html)
- [Tensorflow](https://www.tensorflow.org/versions/r0.8/get_started/os_setup.html)
- [Keras](https://keras.io/#installation)
- [Tensorflow 1.9.0](https://www.tensorflow.org/)
- [Keras 2.1.6](https://keras.io/#installation)
- [OpenCV](https://opencv-python-tutroals.readthedocs.io/en/latest/)

## Dataset
Expand Down
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ def on_epoch_end(self, epoch, logs=None):
verbose=1,
callbacks=callbacks,
use_multiprocessing=True,
workers=int(get_available_cpus() / 2)
workers=2
)

0 comments on commit fcb584b

Please sign in to comment.