kaknikhil commented on a change in pull request #393: DL: Add support for
reporting various metrics in fit/evaluate
URL: https://github.com/apache/madlib/pull/393#discussion_r285692526
##########
File path:
src/ports/postgres/modules/deep_learning/madlib_keras_serializer.py_in
##########
@@ -39,9 +40,9 @@ def get_model_shapes(model):
def deserialize_weights(model_state, model_shapes):
"""
Parameters:
- model_state: a stringified (serialized) state containing loss,
- accuracy, image_count, and model_weights, passed from postgres
- model_shapes: a list of tuples containing the shapes of each element
+ model_state: a stringified (serialized) state containing
+ image_count and model_weights, passed from postgres model_shapes:
Review comment:
new line after postgres
----------------------------------------------------------------
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