You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by ni...@apache.org on 2019/03/22 04:26:14 UTC

[systemml] branch gh-pages updated: [SYSTEMML-540] Fixed lstm_backward and python test bug

This is an automated email from the ASF dual-hosted git repository.

niketanpansare pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/systemml.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new ca5f6f6  [SYSTEMML-540] Fixed lstm_backward and python test bug
ca5f6f6 is described below

commit ca5f6f6ae22147341050f2f7b190a3739696bbd4
Author: Niketan Pansare <np...@us.ibm.com>
AuthorDate: Thu Mar 21 21:22:55 2019 -0700

    [SYSTEMML-540] Fixed lstm_backward and python test bug
    
    - Also updated the release documentation to specify the Keras and TensorFlow version
    - Fixed Python3 indexing bug when lstm units is not an integer
---
 release-process.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/release-process.md b/release-process.md
index 8ef4693..2477cd0 100644
--- a/release-process.md
+++ b/release-process.md
@@ -255,6 +255,12 @@ this OS X example.
 
 ## Python Tests
 
+
+Install Keras and Tensorflow:
+
+	python3 -m pip install --user keras=='2.1.5'
+	python3 -m pip install --user tensorflow=='1.11.0'
+
 Compile SystemML distribution:
 
 	mvn package -P distribution