1. 14 May, 2020 3 commits
  2. 13 May, 2020 5 commits
  3. 12 May, 2020 1 commit
  4. 08 May, 2020 1 commit
  5. 06 May, 2020 3 commits
  6. 05 May, 2020 1 commit
  7. 04 May, 2020 3 commits
  8. 02 May, 2020 1 commit
    • moto's avatar
      Tweak CCI config (#603) · be18755b
      moto authored
      * Bust cache weekly
      
      * Rename directory for utility
      
      * Show 20 slowest tests
      
      * fixup! Show 20 slowest tests
      be18755b
  9. 01 May, 2020 3 commits
  10. 30 Apr, 2020 3 commits
  11. 29 Apr, 2020 4 commits
  12. 28 Apr, 2020 3 commits
    • Tomás Osório's avatar
      Add model Wav2Letter (#462) · d678357f
      Tomás Osório authored
      * add wav2letter model
      
      * add unit_test to model
      
      * add docstrings
      
      * add documentation
      
      * fix minor error, change logic on forward
      
      * update padding same with ceil
      
      * add inline typing and minor fixes to docstrings
      
      * remove python2
      
      * add formula do docstrings, change param name
      
      * add test with mfcc, add pytest
      
      * fix bug, update docstrings
      
      * change parameter name
      d678357f
    • Artyom Astafurov's avatar
      Port sox::vad (#578) · 3ecc7016
      Artyom Astafurov authored
      * initial test, stub function, transform and docstring
      
      * add draft working implementation, update docstrings
      
      * merge VadSate into Vad calss, move Channel into Vad class
      
      * remove functional stub for vad
      
      * add wav file for test
      
      * refactor _measure() to improve performance
      
      * rename argument
      
      * replace copy_ with assignment
      
      * refactor init, update documentation, update test for readability
      
      * clean up default values
      
      * move code from transforms.py to funtional.py and integrate state into a function
      
      * remove Channel state class
      
      * fix calcuation of a flush point
      
      * make multiple channels work
      
      * clean up multi-channel, update test
      
      * rename variables and re-org arguments for _measure
      
      * fix linting errors
      
      * add torchscript consistency test and fix errors
      
      * support and test batch consistency, fix normalization
      
      * update documentation, switch torchscript consistancy test to use transform to improve coverage
      
      * fix linting errors
      
      * remove un-used imports
      
      * address PR comments
      
      * add doc references into rst
      3ecc7016
    • moto's avatar
      bc82ffe2
  13. 27 Apr, 2020 1 commit
  14. 25 Apr, 2020 1 commit
  15. 24 Apr, 2020 6 commits
  16. 23 Apr, 2020 1 commit