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 manual optimization to core task #1796

Draft
wants to merge 13 commits into
base: develop
Choose a base branch
from

Commits on Nov 19, 2024

  1. fix weights update issue when training separation model

    clement-pages committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    7b4e2a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. use param.requires_grad instead of torch.no_grad()

    clement-pages committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    ca2a5d4 View commit details
    Browse the repository at this point in the history
  2. allow to use more than two optimizers

    In the same way that is done for the speaker diarization task
    clement-pages committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    c3a0313 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    472ef6f View commit details
    Browse the repository at this point in the history
  2. add a setter for automatic_optimization prop

    clement-pages committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    440717f View commit details
    Browse the repository at this point in the history
  3. fix iteration issue when there is only one optimizer

    clement-pages committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    b12f053 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fix-optimization-issue' of https://github.com/clement-p…

    …ages/pyannote-audio into fix-optimization-issue
    clement-pages committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    32fb725 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eef7a77 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. update pixit task with code suggestion

    clement-pages committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    0e5b60e View commit details
    Browse the repository at this point in the history
  2. add manual_optimization method in Task

    clement-pages committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    4d97bca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    659137b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ea2fed View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. add docstring for gradient parameter

    clement-pages committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    222c1e8 View commit details
    Browse the repository at this point in the history