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_r335204912
 
 

 ##########
 File path: 
src/ports/postgres/modules/deep_learning/madlib_keras_fit_multiple_model.py_in
 ##########
 @@ -267,9 +265,12 @@ class FitMultipleModel():
                                                      )
             model = model_from_json(model_arch)
 
-            serialized_state = \
-                madlib_keras_serializer.serialize_state_with_nd_weights(
-                    0, model.get_weights())
+            serialized_state = 
madlib_keras_serializer.serialize_nd_weights(model.get_weights())
+            # serialized_state = \
 
 Review comment:
   Same as before, remove the commented out 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

Reply via email to