kaknikhil commented on a change in pull request #451: DL: Update evaluate and
predict for multi model outputs
URL: https://github.com/apache/madlib/pull/451#discussion_r336612804
##########
File path:
src/ports/postgres/modules/deep_learning/madlib_keras_validator.py_in
##########
@@ -217,6 +217,7 @@ class InputValidator:
@staticmethod
def _validate_model_summary_tbl(module_name, model_summary_table):
input_tbl_valid(model_summary_table, module_name)
+ plpy.info(plpy.execute("select * from {}".format(model_summary_table)))
Review comment:
this plpy.info is not needed right ?
----------------------------------------------------------------
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