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

Added WeightNorm #1005

Closed
wants to merge 8 commits into from
Closed

Added WeightNorm #1005

wants to merge 8 commits into from

Commits on Jan 25, 2020

  1. Added WeightNorm and export

    bhvieira committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    d53ed87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19fa9f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2020

  1. Export WeightNormWeight

    bhvieira committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    445b663 View commit details
    Browse the repository at this point in the history
  2. First tests on Dense layer

    bhvieira committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    29d98a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Fixed unnormalized v

    bhvieira committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    a0d668f View commit details
    Browse the repository at this point in the history
  2. Improved Dense tests

    bhvieira committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    41feb43 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. WeightNormWeight is now called WeightNormParam

    WeightNorm for several params, single dim
    
    Test for Scalar and Vector dims
    
    Test newly created WN equality
    
    Simplified some bits
    
    Missing last constructor
    bhvieira committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    b25397b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4cb577 View commit details
    Browse the repository at this point in the history