You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@madlib.apache.org by GitBox <gi...@apache.org> on 2020/03/23 23:59:05 UTC

[GitHub] [madlib] orhankislal commented on a change in pull request #491: DL: Fix disk issue by using truncate guc

orhankislal commented on a change in pull request #491:  DL: Fix disk issue by using truncate guc 
URL: https://github.com/apache/madlib/pull/491#discussion_r396829374
 
 

 ##########
 File path: src/ports/postgres/modules/deep_learning/madlib_keras_fit_multiple_model.py_in
 ##########
 @@ -484,7 +545,7 @@ class FitMultipleModel():
             if self.validation_table:
                 self.update_info_table(mst, False)
 
-    def run_training(self):
+    def run_training(self, mst_idx):
 
 Review comment:
   It looks like we don't use this new parameter inside the 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:
users@infra.apache.org


With regards,
Apache Git Services