kaknikhil commented on a change in pull request #388: DL: Add new param
metrics_compute_frequency to madlib_keras_fit()
URL: https://github.com/apache/madlib/pull/388#discussion_r283053076
##########
File path: src/ports/postgres/modules/deep_learning/test/madlib_keras.sql_in
##########
@@ -198,37 +228,42 @@ SELECT madlib_keras_fit(
2,
NULL,
NULL,
+ NULL,
'model name', 'model desc');
+\x on;
+select * from keras_out_summary;
Review comment:
lines 233-234 look like leftover debug code.
----------------------------------------------------------------
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