You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@madlib.apache.org by GitBox <gi...@apache.org> on 2019/10/01 00:33:28 UTC

[GitHub] [madlib] kaknikhil opened a new pull request #446: DL: Update jenkins to install tensorflow 1.14.

kaknikhil opened a new pull request #446: DL: Update jenkins to install tensorflow 1.14.
URL: https://github.com/apache/madlib/pull/446
 
 
   The latest version of tensorflow (2.0 as of this commit) is not compatible with the version of keras that we install i.e. 2.2.4.
   
   This is the error we get
   ```
   AttributeError: 'module' object has no attribute 'get_default_graph'
   ```
   
   This commit installs a compatible version of tensorflow i.e. 1.14.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services