kaknikhil opened a new pull request #490: DL: Don't include weights as part of state except for the last row. URL: https://github.com/apache/madlib/pull/490 JIRA: MADLIB-1418 Previously the model state would consist of the image count and the serialized model weights but there was no need to include the serialized model weights as part of the state except for the last row for that segment. We were only using that state to get the image count and ignored the model weights, so serializing the model weights for every row was a waste to time and resources. This commit changes that pattern so that for all rows except the last row, the state would be just the image count only. <!-- Thanks for sending a pull request! Here are some tips for you: 1. Refer to this link for contribution guidelines https://cwiki.apache.org/confluence/display/MADLIB/Contribution+Guidelines 2. Please Provide the Module Name, a JIRA Number and a short description about your changes. --> - [ ] Add the module name, JIRA# to PR/commit and description. - [ ] Add tests for the change.
---------------------------------------------------------------- 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
