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/09/06 00:47:43 UTC

[GitHub] [madlib] khannaekta opened a new pull request #438: DL Infra: Update jenkins to install keras 2.2.4

khannaekta opened a new pull request #438: DL Infra: Update jenkins to install keras 2.2.4
URL: https://github.com/apache/madlib/pull/438
 
 
   With recent jenkins failure for DL module, keras(2.2.5) broke
   the api such that the tf module within keras backend is not
   available directly by:
   
   ```
   from keras import backend as K
   with K.tf. ....
   ```
   
   This PR updates the Dockerfile to install keras v2.2.4

----------------------------------------------------------------
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