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

nkak pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/madlib.git.


    from 33c1a6d  additional user docs updates about installing Dill and 
Hyperopt
     new bf39c4c  DL: Remove keras dependency
     new 6760123  DL: Use GD instead of SD for storing session/model
     new 963568a  DL: Add unit test to assert for session and graph objects
     new d362b0e  DL: Update error msg for missing input_shape
     new 58f3470  Remove pg tests from fit and eval transition
     new a6ae9b0  Fix predict test cases
     new cfe28c3  DL: Remove unused variables and rename is_final_iteration in 
eval

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../modules/deep_learning/gpu_info_from_tf.py_in   |   7 +-
 .../modules/deep_learning/madlib_keras.py_in       | 277 ++++---
 .../modules/deep_learning/madlib_keras.sql_in      |  19 +-
 .../madlib_keras_custom_function.sql_in            |   2 +-
 .../madlib_keras_fit_multiple_model.py_in          |   8 +-
 .../madlib_keras_fit_multiple_model.sql_in         |   4 +-
 .../deep_learning/madlib_keras_helper.py_in        |   8 +-
 .../madlib_keras_model_selection.py_in             |   5 +-
 .../deep_learning/madlib_keras_predict.py_in       |  18 +-
 .../deep_learning/madlib_keras_validator.py_in     |   4 +-
 .../deep_learning/madlib_keras_wrapper.py_in       |  27 +-
 .../modules/deep_learning/model_arch_info.py_in    |   3 +-
 .../test/keras_model_arch_table.sql_in             |   4 +-
 .../test/madlib_keras_cifar.setup.sql_in           |  21 -
 .../deep_learning/test/madlib_keras_fit.sql_in     |  61 +-
 .../deep_learning/test/madlib_keras_predict.sql_in |  29 +-
 .../test/unit_tests/test_madlib_keras.py_in        | 919 +++++++++------------
 .../test/unit_tests/test_madlib_keras_automl.py_in |   2 +-
 .../test_madlib_keras_model_selection_table.py_in  |   2 +-
 19 files changed, 636 insertions(+), 784 deletions(-)

Reply via email to