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 2021/01/14 12:05:22 UTC

[GitHub] [madlib] orhankislal opened a new pull request #529: DL: Add multiple variable support

orhankislal opened a new pull request #529:
URL: https://github.com/apache/madlib/pull/529


   This commit adds support for multiple dependent and independent variables.
   These changes should allow the users to use YOLO v3 and v4 models.
   Note that the existing interface with single dependent and single independent
   variables still works as expected. The output table formats have changed
   slightly to accomodate this new feature. The summary tables store various
   fields such as num_classes or dep_vartype as arrays, even if they have single
   entries.
   
   The implementation reads up to 5 dependent and 5 independent variables
   separately thanks to the new interface. If more variables are passed, they are
   packed into bytea arrays. A high number of large variables might cause us to go
   over the 1 GB limit of Postgres due to packing.
   
   <!--  
   
   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:
users@infra.apache.org



[GitHub] [madlib] orhankislal closed pull request #529: DL: Add multiple variable support

Posted by GitBox <gi...@apache.org>.
orhankislal closed pull request #529:
URL: https://github.com/apache/madlib/pull/529


   


----------------------------------------------------------------
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