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 d1fa5ab  DL: Record metrics_elapsed_time in model summary table
     new 352e41f  DL: Add model_weights, name and desc to the model arch table.
     new b7ff51b  DL: Rename Format class to be more meaningful.

The 2 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:
 src/madpack/madpack.py                             |   5 +-
 .../deep_learning/keras_model_arch_table.py_in     |  81 ++++-----
 .../deep_learning/keras_model_arch_table.sql_in    |  50 +++++-
 .../modules/deep_learning/madlib_keras.py_in       |  85 +++++-----
 .../modules/deep_learning/madlib_keras.sql_in      |   6 +-
 .../deep_learning/madlib_keras_predict.py_in       |   7 +-
 .../deep_learning/madlib_keras_serializer.py_in    | 182 +++++++++++----------
 .../deep_learning/madlib_keras_validator.py_in     |   6 +-
 .../deep_learning/madlib_keras_wrapper.py_in       |  19 ++-
 .../deep_learning/predict_input_params.py_in       |   4 +-
 .../test/keras_model_arch_table.sql_in             |  26 ++-
 .../modules/deep_learning/test/madlib_keras.sql_in |  98 +++++++++++
 .../test/unit_tests/test_madlib_keras.py_in        | 166 ++++++++-----------
 13 files changed, 432 insertions(+), 303 deletions(-)

Reply via email to