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

[Training] Add Adagrad optimizer operator #1955

Merged
merged 44 commits into from
Mar 11, 2020
Merged

[Training] Add Adagrad optimizer operator #1955

merged 44 commits into from
Mar 11, 2020

Commits on Apr 21, 2019

  1. Adagrad draft

    wschin committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    fb8f634 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. MIMO

    wschin committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    f5b090e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5801aba View commit details
    Browse the repository at this point in the history
  3. Address comments

    wschin committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    e6ede10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38eaac9 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Move optimizers to a new place

    Remove copied
    
    Add momentum
    
    Save
    
    Remove momentum
    
    Fix
    
    Move constants to attributes
    wschin committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    167996c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a19309e View commit details
    Browse the repository at this point in the history
  3. Fix build

    wschin committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    17c35f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Add shape test

    Add two node tests
    
    Update test coverage
    wschin committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    fa9a4cc View commit details
    Browse the repository at this point in the history
  2. Fix shape inf

    wschin committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    e2fdd2a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Fix shape inf

    wschin committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    fac4ccc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1885c3 View commit details
    Browse the repository at this point in the history
  3. fix shape inf

    wschin committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    3a9fdd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a04049e View commit details
    Browse the repository at this point in the history
  5. Format

    wschin committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    2e24eb5 View commit details
    Browse the repository at this point in the history
  6. Add function type

    wschin committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    6053906 View commit details
    Browse the repository at this point in the history
  7. Merge lines

    wschin committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    2f1a5b1 View commit details
    Browse the repository at this point in the history
  8. Format

    wschin committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    9f5abb7 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2019

  1. Configuration menu
    Copy the full SHA
    bff1d53 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2019

  1. Fix version number

    wschin committed May 19, 2019
    Configuration menu
    Copy the full SHA
    92720a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3095ad View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Configuration menu
    Copy the full SHA
    974d6ce View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Configuration menu
    Copy the full SHA
    c071750 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d38c08f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d31276 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8e8ebb View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. Configuration menu
    Copy the full SHA
    2ecb233 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Configuration menu
    Copy the full SHA
    4025540 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Configuration menu
    Copy the full SHA
    f149a1a View commit details
    Browse the repository at this point in the history
  2. Remove unused file

    wschin committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    1e0c018 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    154f00f View commit details
    Browse the repository at this point in the history
  4. sync docs

    wschin committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    19306d0 View commit details
    Browse the repository at this point in the history
  5. Fix shape test

    wschin committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    0b29802 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    999a4c5 View commit details
    Browse the repository at this point in the history
  7. sync doc

    wschin committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    6dcdde5 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. sync doc

    wschin committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    6d921f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Configuration menu
    Copy the full SHA
    fd795b8 View commit details
    Browse the repository at this point in the history
  2. sync with master

    wschin committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    53989fd View commit details
    Browse the repository at this point in the history
  3. Update onnx/defs/training/defs.cc

    Co-Authored-By: Michał Karzyński <postrational@users.noreply.github.com>
    wschin and postrational committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    1c143c6 View commit details
    Browse the repository at this point in the history
  4. sync doc

    wschin committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    ea8790d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. address comments

    wschin committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    fd7a217 View commit details
    Browse the repository at this point in the history
  2. address a minor comment

    wschin committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    9fc0529 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    653c573 View commit details
    Browse the repository at this point in the history
  4. Polish one line

    wschin committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    055b02f View commit details
    Browse the repository at this point in the history