Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add faster version of autograd MLPG and linalg utilities #21

Merged
merged 4 commits into from Aug 21, 2017
Merged

Commits on Aug 20, 2017

  1. Add faster version of MLPG and linalg utilities

    New function `UnitVarianceMLPG` can run on GPU/CPU. Fixes #4
    
    The package now requires cython.
    
    Add variance expand for autograd MLPG
    
    Fixes
    r9y9 committed Aug 20, 2017
    Copy the full SHA
    e80d3fb View commit details
    Browse the repository at this point in the history
  2. Add simple benchmark for MLPG

    r9y9 committed Aug 20, 2017
    Copy the full SHA
    f3744aa View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. Minor fix

    r9y9 committed Aug 21, 2017
    Copy the full SHA
    6a59d9a View commit details
    Browse the repository at this point in the history
  2. UnitVarianceMLPG can now support reshaped/unreshaped means

    and also support 3d tensors
    r9y9 committed Aug 21, 2017
    Copy the full SHA
    d6d0e48 View commit details
    Browse the repository at this point in the history