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

replace the AdagradOptimizer 、adamaxOptimizer、AdadeltaOptimizer、RMSPropOptimizer、LambOptimizer and Momentum #54152

Merged
merged 20 commits into from
Jul 11, 2023

Commits on May 28, 2023

  1. Configuration menu
    Copy the full SHA
    557f46f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    593bb04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    997b737 View commit details
    Browse the repository at this point in the history
  4. replace the momentum in contrib/optimizer.py with Momentum in python/…

    …paddle/optimizer/momentum.py
    longranger2 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    ba2ffdf View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. fix bug

    longranger2 committed May 29, 2023
    Configuration menu
    Copy the full SHA
    72e3904 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

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

Commits on Jun 6, 2023

  1. fix bug

    longranger2 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    cf06d26 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. fix bug

    longranger2 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    8a12c26 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. fix bug of Lamp

    longranger2 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    6b9f9f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. fix bug of Lamp

    longranger2 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    f327122 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. fix bug of import

    longranger2 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    26a1caf View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

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

Commits on Jun 30, 2023

  1. fix bug

    longranger2 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    934f19c View commit details
    Browse the repository at this point in the history
  2. fix bug

    longranger2 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    8547661 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Update optimizer.py

    longranger2 authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    17b9be7 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. fix bug

    longranger2 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    86d06de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a43987 View commit details
    Browse the repository at this point in the history
  3. fix bug

    longranger2 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    28d1afa View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. fix conflict

    longranger2 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    f874c1a View commit details
    Browse the repository at this point in the history