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 paddle audio dataset && backend #45939

Merged
merged 131 commits into from Oct 20, 2022

Commits on Aug 25, 2022

  1. add audio feature dataset

    SmileGoat committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    f792267 View commit details
    Browse the repository at this point in the history
  2. fix coding style

    SmileGoat committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    6a678ae View commit details
    Browse the repository at this point in the history
  3. fix coding style2

    SmileGoat committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    ad8e05d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. rm librosa

    SmileGoat committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    725506d View commit details
    Browse the repository at this point in the history
  2. rm voxceleb

    SmileGoat committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    e768d9b View commit details
    Browse the repository at this point in the history
  3. rm librosa in test

    SmileGoat committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    cf2a687 View commit details
    Browse the repository at this point in the history
  4. add scipy fftpack

    SmileGoat committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    b1833ba View commit details
    Browse the repository at this point in the history
  5. add functional

    SmileGoat committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    417b5a5 View commit details
    Browse the repository at this point in the history
  6. fix setup

    SmileGoat committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    9d6b69c View commit details
    Browse the repository at this point in the history
  7. fix setup2

    SmileGoat committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    0a98960 View commit details
    Browse the repository at this point in the history
  8. rm colorlog

    SmileGoat committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    6da8584 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Configuration menu
    Copy the full SHA
    0b55b7a View commit details
    Browse the repository at this point in the history
  2. fix converage

    SmileGoat committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    0f1344d View commit details
    Browse the repository at this point in the history
  3. fix librosa import error

    SmileGoat committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    9219a55 View commit details
    Browse the repository at this point in the history
  4. fix windows test

    SmileGoat committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    2198443 View commit details
    Browse the repository at this point in the history
  5. fix windows ci

    SmileGoat committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    fcfa6be View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. rm datasets

    SmileGoat committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    7318db4 View commit details
    Browse the repository at this point in the history
  2. fix setup

    SmileGoat committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    d446d92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4b34a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. remove testdata

    SmileGoat committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    eaa5ceb View commit details
    Browse the repository at this point in the history
  2. add librosa in requirement

    SmileGoat committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    b83cc0c View commit details
    Browse the repository at this point in the history
  3. add librosa in requirement2

    SmileGoat committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    057711b View commit details
    Browse the repository at this point in the history
  4. change librosa to 0.8.1

    SmileGoat committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    93ff919 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. update ci docker

    SmileGoat committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    f308d4d View commit details
    Browse the repository at this point in the history
  2. fix ci error

    SmileGoat committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    6b95712 View commit details
    Browse the repository at this point in the history
  3. fix ci error2

    SmileGoat committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    5fbae14 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. fix ci coverage

    SmileGoat committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    1782cb7 View commit details
    Browse the repository at this point in the history
  2. fix converage

    SmileGoat committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    57c77d4 View commit details
    Browse the repository at this point in the history
  3. fix coverage

    SmileGoat committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    1b1d84a View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    b7e3d4d View commit details
    Browse the repository at this point in the history
  2. fix copyright

    SmileGoat committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    cf071c2 View commit details
    Browse the repository at this point in the history
  3. rm backend

    SmileGoat committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    8ae3226 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. add datast in __init__

    SmileGoat committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    5dab485 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Configuration menu
    Copy the full SHA
    15b789d View commit details
    Browse the repository at this point in the history
  2. fix setup

    SmileGoat committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    3ac7c7b View commit details
    Browse the repository at this point in the history
  3. fix windows

    SmileGoat committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    cce788b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. fix windows2

    SmileGoat committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    ba67011 View commit details
    Browse the repository at this point in the history
  2. rm compliance

    SmileGoat committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    38247c4 View commit details
    Browse the repository at this point in the history
  3. fix test timeout

    SmileGoat committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    edb0872 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5d9ef5 View commit details
    Browse the repository at this point in the history
  5. add backend & datasets

    SmileGoat committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    54da906 View commit details
    Browse the repository at this point in the history
  6. fix bugs

    SmileGoat committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    8b5ab74 View commit details
    Browse the repository at this point in the history
  7. fix ci time issue

    SmileGoat committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    ede2da7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e698099 View commit details
    Browse the repository at this point in the history
  9. add dataset test

    SmileGoat committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    85fd94c View commit details
    Browse the repository at this point in the history
  10. rm test_audio_feature

    SmileGoat committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    bc23946 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. avoid windows isssue, tmp

    SmileGoat committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    c2a86d9 View commit details
    Browse the repository at this point in the history
  2. note windows isssue

    SmileGoat committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    4914c02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5fa7eb View commit details
    Browse the repository at this point in the history
  4. skip windows issue

    SmileGoat committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    0f5f928 View commit details
    Browse the repository at this point in the history
  5. refactor dataset test

    SmileGoat committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    97c2e93 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9de571 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c5ad2b View commit details
    Browse the repository at this point in the history
  8. add dataset.py

    SmileGoat committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    b194c09 View commit details
    Browse the repository at this point in the history
  9. fix dtype in layers.mfcc

    SmileGoat committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    5dfd340 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d0ad3cb View commit details
    Browse the repository at this point in the history
  11. fix ci-static-check

    SmileGoat committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    abd2df6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e604a0f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    79c387a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. add relative accuracy

    SmileGoat committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    7e17b54 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. modity API.spec

    SmileGoat committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    ca562be View commit details
    Browse the repository at this point in the history
  2. skip cuda11.2 test

    SmileGoat committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    0678a3c View commit details
    Browse the repository at this point in the history
  3. skip cuda11.2 test2

    SmileGoat committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    ab40ff0 View commit details
    Browse the repository at this point in the history
  4. skip cuda11.2

    SmileGoat committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    2faf87d View commit details
    Browse the repository at this point in the history
  5. rm dataset test

    SmileGoat committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    0f9f531 View commit details
    Browse the repository at this point in the history
  6. change dataset name

    SmileGoat committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    ac4c6bc View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. merge develop

    SmileGoat committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    4cc9a8d View commit details
    Browse the repository at this point in the history
  2. fix format

    SmileGoat committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    dbaa398 View commit details
    Browse the repository at this point in the history
  3. update api.spec

    SmileGoat committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    d6a027d View commit details
    Browse the repository at this point in the history
  4. update api.spec2

    SmileGoat committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    ba611f3 View commit details
    Browse the repository at this point in the history
  5. fix coverage

    SmileGoat committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    a7fdd78 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0aeb92 View commit details
    Browse the repository at this point in the history
  7. add dataset test

    SmileGoat committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    0469385 View commit details
    Browse the repository at this point in the history
  8. rm download load dict

    SmileGoat committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    3592058 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f9bff7 View commit details
    Browse the repository at this point in the history
  10. update api.spec3

    SmileGoat committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    0e8fd14 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. fix dataset coverage

    SmileGoat committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    1b88963 View commit details
    Browse the repository at this point in the history
  2. fix coverage

    SmileGoat committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    d82dea9 View commit details
    Browse the repository at this point in the history
  3. fix coverage2

    SmileGoat committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    050dea1 View commit details
    Browse the repository at this point in the history
  4. restore api.spec

    SmileGoat committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    bb66649 View commit details
    Browse the repository at this point in the history
  5. restore api.spec2

    SmileGoat committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    e3dcce6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1479346 View commit details
    Browse the repository at this point in the history
  7. fix api-spec 3

    SmileGoat committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    c332d78 View commit details
    Browse the repository at this point in the history
  8. fix api-spec 4

    SmileGoat committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    048fe8e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. fix api.spec

    SmileGoat committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    4ffe233 View commit details
    Browse the repository at this point in the history
  2. fix api.spec6

    SmileGoat committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    13efe0b View commit details
    Browse the repository at this point in the history
  3. refactor init_backend

    SmileGoat committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    b3c4837 View commit details
    Browse the repository at this point in the history
  4. fix typo

    SmileGoat committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    0726233 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    009ee33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e896bd View commit details
    Browse the repository at this point in the history
  3. fix format

    SmileGoat committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    a7d0fb8 View commit details
    Browse the repository at this point in the history
  4. fix format2

    SmileGoat committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    dca47da View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. remove format in parameters

    SmileGoat committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    707578a View commit details
    Browse the repository at this point in the history
  2. fix format2

    SmileGoat committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    40963a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    5499d32 View commit details
    Browse the repository at this point in the history
  2. merge develop

    SmileGoat committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    122b832 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab4175a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55fe432 View commit details
    Browse the repository at this point in the history
  5. fix format3

    SmileGoat committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    c25c9cd View commit details
    Browse the repository at this point in the history
  6. add tess dataset license

    SmileGoat committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    d442072 View commit details
    Browse the repository at this point in the history
  7. format warning

    SmileGoat committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    b56e3ca View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    87a58c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39a93f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    86e0196 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef5b921 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. fix set audio backend bug

    SmileGoat committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    f5e070c View commit details
    Browse the repository at this point in the history
  2. fix equal error

    SmileGoat committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    79d5464 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

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

Commits on Oct 14, 2022

  1. add api example

    SmileGoat committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    35d465a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bf22b0 View commit details
    Browse the repository at this point in the history
  3. fix format

    SmileGoat committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    ee97ba5 View commit details
    Browse the repository at this point in the history
  4. fix error

    SmileGoat committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    5c66e88 View commit details
    Browse the repository at this point in the history
  5. fix typo

    SmileGoat committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    e6f5008 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. add noqa in __init__

    SmileGoat committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    f681319 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b9be7d View commit details
    Browse the repository at this point in the history
  3. rm seed in dataset

    SmileGoat committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    17b493b View commit details
    Browse the repository at this point in the history
  4. update bakcend example

    SmileGoat committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    7ace395 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. fix typo

    SmileGoat committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    40566c0 View commit details
    Browse the repository at this point in the history
  2. fix typo

    SmileGoat committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    b0aae4e View commit details
    Browse the repository at this point in the history
  3. fix example err

    SmileGoat committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    4238663 View commit details
    Browse the repository at this point in the history
  4. fix typo

    SmileGoat committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    1c20ff2 View commit details
    Browse the repository at this point in the history
  5. fix ci dataset test

    SmileGoat committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    7e359a6 View commit details
    Browse the repository at this point in the history
  6. fix example fil

    SmileGoat committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    2a0a3bf View commit details
    Browse the repository at this point in the history
  7. try to fix ci

    SmileGoat committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    d1da85a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. clean dataset doc

    SmileGoat committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    8cbcff0 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    7ee4a58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b33893d View commit details
    Browse the repository at this point in the history
  3. fix ci error

    SmileGoat committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    3a40c83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ca215a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    160b50e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c6742f View commit details
    Browse the repository at this point in the history