kaknikhil commented on a change in pull request #397: DL: Update content of
the model summary table
URL: https://github.com/apache/madlib/pull/397#discussion_r288680027
##########
File path: src/ports/postgres/modules/deep_learning/madlib_keras.py_in
##########
@@ -85,14 +66,17 @@ def fit(schema_madlib, source_table,
model,model_arch_table,
independent_varname = MINIBATCH_OUTPUT_INDEPENDENT_COLNAME_DL
model_arch_table = quote_ident(model_arch_table)
fit_params = "" if not fit_params else fit_params
+ compile_params = "" if not compile_params else compile_params
Review comment:
We can do the null compile param check here instead of line 175 in
`madlib_keras_wrapper.py_in `
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services