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

WIP: SSLMs #9

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open

WIP: SSLMs #9

wants to merge 39 commits into from

Commits on Mar 16, 2021

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

Commits on Mar 17, 2021

  1. latest

    osheroff committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    ea218dc View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Configuration menu
    Copy the full SHA
    37eee1a View commit details
    Browse the repository at this point in the history
  2. help peak-finding algo along

    osheroff committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    27c8854 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1856582 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    835cd91 View commit details
    Browse the repository at this point in the history
  5. latest

    osheroff committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    959e5c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c75c12b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d340e1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e852500 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. quiet, librosa

    osheroff committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    89cd35c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

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

Commits on Mar 23, 2021

  1. WIP: sslm

    osheroff committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    47fedb0 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. this does something!!!!

    osheroff committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    c38c8fa View commit details
    Browse the repository at this point in the history
  2. train both models

    osheroff committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    a1c271d View commit details
    Browse the repository at this point in the history
  3. put. the. candle. back.

    osheroff committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    bd45513 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e3f6dd View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. checkpoint

    osheroff committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    af49951 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2cd989 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. checkpoint SSLM work

    increase the number of lag buffers out.
    This is the first SSLM that seems to actually work.
    mean f-Measure for 0.5: 0.2997474318247059, precision: 0.2868324565503678, recall: 0.354656707784005
    mean f-Measure for 3.0: 0.5864113051042869, precision: 0.5659258978868614, recall: 0.6849318477316697
    osheroff committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    dd8bf84 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

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

Commits on Mar 31, 2021

  1. remove bum track

    osheroff committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    77bca47 View commit details
    Browse the repository at this point in the history
  2. caching, float32

    osheroff committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    c567be8 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. chroma sslm!

    osheroff committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    acb4404 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0e20d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8d1470 View commit details
    Browse the repository at this point in the history
  4. remove commented code

    osheroff committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    f1115a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. Configuration menu
    Copy the full SHA
    d326179 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d692b3a View commit details
    Browse the repository at this point in the history
  3. more tracks!

    osheroff committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    8513ad3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a894936 View commit details
    Browse the repository at this point in the history
  5. fix merge

    osheroff committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    798b3e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. large changes

    - bring in beat-number as a new dimension
    - crib a new prediction-thresholding algo from a research paper
    - refactor feature extraction
    osheroff committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    4d7e6af View commit details
    Browse the repository at this point in the history
  2. code cleanup

    osheroff committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    669a015 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

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

Commits on Apr 15, 2021

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

Commits on Apr 16, 2021

  1. Configuration menu
    Copy the full SHA
    73914d5 View commit details
    Browse the repository at this point in the history
  2. mmap stuff. new tracks.

    osheroff committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    edefd02 View commit details
    Browse the repository at this point in the history