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

Change LinearCyclicalScheduler to triangle wave to sawtooth wave #3186

Merged
merged 14 commits into from
Feb 8, 2024

Commits on Jan 11, 2024

  1. feat: change linearcyclicalscheduler

    triangle to sawtooth
    sihyeong671 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    f1bdba9 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. feat: change linearcyclicalscheduler

    add optional flag for triangle and sawtooth wave
    sihyeong671 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    8d68161 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. feat: fix LinearCyclicalScheduler

    - move value error location to __init__
    - rename use_legacy to use_sawtooth
    sihyeong671 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    d091eea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d10fde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75c3399 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

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

Commits on Jan 27, 2024

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

Commits on Feb 5, 2024

  1. feat: Modify LinearCyclicalScheduler

    - add monotonic variable
    - check Error case
    sihyeong671 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    86b7fed View commit details
    Browse the repository at this point in the history
  2. test: add test case

    - warmup_duration, monotonic Value Error Check
    - add test case for linear cyclical scheduler with warmup_duration
    sihyeong671 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    22da23b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22d0475 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f46c6a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    40c43b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdedb72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4369315 View commit details
    Browse the repository at this point in the history