GitHub user njayaram2 opened a pull request:

    https://github.com/apache/madlib/pull/342

    Minibatch Preprocessor for Deep learning

    The minibatch preprocessor we currently have in MADlib is bloated for DL
    tasks. This feature adds a simplified version of creating buffers, and
    divides each element of the independent array by a normalizing constant
    for standardization (which is 255.0 by default). This is standard practice
    with image data.
    
    Co-authored-by: Arvind Sridhar <asrid...@pivotal.io>
    Co-authored-by: Domino Valdano <dvald...@pivotal.io>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/madlib/madlib 
deep-learning/minibatch-preprocessor

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/madlib/pull/342.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #342
    
----
commit c983aafcd5e31bab5dbc278178ff9e2e17942ea1
Author: Nandish Jayaram <njayaram@...>
Date:   2018-12-18T01:54:42Z

    Minibatch Preprocessor for Deep learning
    
    The minibatch preprocessor we currently have in MADlib is bloated for DL
    tasks. This feature adds a simplified version of creating buffers, and
    divides each element of the independent array by a normalizing constant
    for standardization (which is 255.0 by default). This is standard practice
    with image data.
    
    Co-authored-by: Arvind Sridhar <asrid...@pivotal.io>
    Co-authored-by: Domino Valdano <dvald...@pivotal.io>

----


---

Reply via email to