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 balance_weights to weight balanced batches #1588

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

Commits on Dec 14, 2023

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

Commits on Dec 19, 2023

  1. 2 Configuration menu
    Copy the full SHA
    7cba8ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9082d40 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Update to more recent version of develop (not most recent)

    But before caching training metadata was introduced
    
    Squashed commit of the following:
    
    commit d41ce0a
    Author: Hervé BREDIN <hbredin@users.noreply.github.com>
    Date:   Thu Jan 11 13:04:18 2024 +0100
    
        doc: fix typo in README
    
    commit 8f477fa
    Author: Hervé BREDIN <hbredin@users.noreply.github.com>
    Date:   Tue Jan 9 13:06:09 2024 +0100
    
        fix(task): fix random generators (pyannote#1594)
    
        Before this change, each worker would select the same files, resulting in less randomness than expected.
    
    commit eda0c51
    Author: Hervé BREDIN <hbredin@users.noreply.github.com>
    Date:   Mon Jan 8 17:05:05 2024 +0100
    
        Delete .github/ISSUE_TEMPLATE/feature_request.md
    
    commit eb2e813
    Author: Hervé BREDIN <hbredin@users.noreply.github.com>
    Date:   Mon Jan 8 17:04:22 2024 +0100
    
        github: update config.yml (pyannote#1607)
    
    commit 27cd91f
    Author: Hervé BREDIN <hbredin@users.noreply.github.com>
    Date:   Mon Jan 8 17:02:40 2024 +0100
    
        github: create config.yml
    
    commit 42ef141
    Author: Hervé BREDIN <hbredin@users.noreply.github.com>
    Date:   Mon Jan 8 16:53:52 2024 +0100
    
        github: add bug_report.yml template
    
    commit 808b170
    Author: Hervé BREDIN <hbredin@users.noreply.github.com>
    Date:   Mon Jan 8 16:36:24 2024 +0100
    
        feat: add MRE template
    
    commit e21e7bb
    Author: Hervé BREDIN <hbredin@users.noreply.github.com>
    Date:   Mon Jan 8 09:52:19 2024 +0100
    
        ci: deactivate FAQtory
    
    commit 80634c9
    Author: Clément Pagés <55240756+clement-pages@users.noreply.github.com>
    Date:   Fri Dec 22 09:16:12 2023 +0100
    
        fix: update `isort` version to 5.12.0 in pre-commit-config (pyannote#1596)
    
        Co-authored-by: clement-pages <clement.pages@irit.fr>
    
    commit 7bd88d5
    Author: Hervé BREDIN <hbredin@users.noreply.github.com>
    Date:   Wed Dec 20 21:26:42 2023 +0100
    
        feat(pipeline): add Waveform and SampleRate preprocessors (pyannote#1593)
    
    commit 4d2d16b
    Author: Hervé BREDIN <hbredin@users.noreply.github.com>
    Date:   Wed Dec 20 16:03:13 2023 +0100
    
        doc: update benchmark section (pyannote#1592)
    
    commit 66dd72b
    Author: Hervé BREDIN <hbredin@users.noreply.github.com>
    Date:   Fri Dec 15 16:10:51 2023 +0100
    
        feat(model): add `num_frames` and `receptive_field` to segmentation models
    
        Co-authored-by: Bilal Rahou <Bilal-Rahou@users.noreply.github.com>
    FrenchKrab committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    d552c92 View commit details
    Browse the repository at this point in the history
  2. cherrypick a fix from my develop branch

    (not tested in this branch)
    FrenchKrab committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    0ca6e92 View commit details
    Browse the repository at this point in the history