This is an automated email from the ASF dual-hosted git repository. fmcquillan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/madlib.git
commit 24c6e730c5dd4faa2fc60fd054a88d85643cf63c Author: Orhan Kislal <[email protected]> AuthorDate: Mon Oct 21 14:10:12 2019 -0400 Add keras version to the docs and release notes --- RELEASE_NOTES | 8 ++++++++ src/ports/postgres/modules/deep_learning/madlib_keras.sql_in | 3 +++ 2 files changed, 11 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 49a4cd6..d4296ec 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -10,6 +10,14 @@ commit history located at https://github.com/apache/madlib/commits/master. Current list of bugs and issues can be found at https://issues.apache.org/jira/browse/MADLIB. —------------------------------------------------------------------------- +MADlib v1.17: + +Release Date: + +Other: + - DL: Supported keras version is fixed to 2.2.4 + +—------------------------------------------------------------------------- MADlib v1.16: Release Date: 2019-Jul-02 diff --git a/src/ports/postgres/modules/deep_learning/madlib_keras.sql_in b/src/ports/postgres/modules/deep_learning/madlib_keras.sql_in index cf4f2d1..9c4f39a 100644 --- a/src/ports/postgres/modules/deep_learning/madlib_keras.sql_in +++ b/src/ports/postgres/modules/deep_learning/madlib_keras.sql_in @@ -77,6 +77,9 @@ typically resulting faster and smoother convergence [3]. You can also do inference on models that have not been trained with MADlib, but rather imported from an external source. +Note that the following MADlib functions are targetting a specific Keras +version (2.2.4). Using a newer or older version may or may not work as intended. + @brief Solves image classification problems by calling the Keras API
