diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2019-02-09 12:10:58 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2019-02-09 12:10:58 +0000 |
commit | 1f395301fb730315b812c70c590a99d52abdbab6 (patch) | |
tree | b3e7989cbee94d871b88c9d1793b22b3f916986a /math/py-keras/files | |
parent | Keras Preprocessing is the data preprocessing and data augmentation module of (diff) |
math/py-keras: fix runtime
- add missing dependencies to fix keras runtime
- add pkg-message to instruct user how to use keras in absence of tensorflow
- bump PORTREVISION
Approved by: portmgr (blanket approval)
Notes
Notes:
svn path=/head/; revision=492494
Diffstat (limited to 'math/py-keras/files')
-rw-r--r-- | math/py-keras/files/pkg-message.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/math/py-keras/files/pkg-message.in b/math/py-keras/files/pkg-message.in new file mode 100644 index 000000000000..03b53c1eced3 --- /dev/null +++ b/math/py-keras/files/pkg-message.in @@ -0,0 +1,5 @@ +=== +There is no Tensorflow port currently in FreeBSD ports tree that is required +by Keras by default. To make Keras work with Theano backend, one need to modify +theirs $HOME/.keras/keras.json file and set "backend" option to "theano". +=== |