njayaram2 commented on a change in pull request #399: DL: Enable transfer
learning
URL: https://github.com/apache/madlib/pull/399#discussion_r288323098
##########
File path: src/ports/postgres/modules/deep_learning/madlib_keras.py_in
##########
@@ -112,19 +112,19 @@ def fit(schema_madlib, source_table,
model,model_arch_table,
# Get the serialized master model
start_deserialization = time.time()
model_arch_query = "SELECT {0}, {1} FROM {2} WHERE {3} = {4}".format(
- Format.MODEL_ARCH,
Format.MODEL_WEIGHTS,
- model_arch_table, Format.MODEL_ID,
+ ModelArchSchema.MODEL_ARCH,
ModelArchSchema.MODEL_WEIGHTS,
+ model_arch_table,
ModelArchSchema.MODEL_ID,
Review comment:
Please fix indentation and limit number of chars to 80.
----------------------------------------------------------------
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