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_r335204101
########## File path: src/ports/postgres/modules/deep_learning/keras_model_arch_table.sql_in ########## @@ -217,11 +217,11 @@ SELECT COUNT(*) FROM model_arch_library; </pre> -# Load model weights. To load weights from previous MADlib run, use UPDATE to load directly into the table. -For example, if 'model_data' are the weights in the +For example, if 'model_weights' are the weights in the output table 'iris_model' from a previous run of 'madlib_keras_fit()' : Review comment: we should mention in the commit message that we removed image count from the multi model agg state and also had to add a final function. ---------------------------------------------------------------- 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
