1. 11 Jun, 2020 2 commits
    • moto's avatar
      Fix integer division (#714) · 50939b75
      moto authored
      50939b75
    • moto's avatar
      Change parameterized testing system to be compatible with unittest (#712) · d2724481
      moto authored
      
      
      * Change parameterized testing system to be compatible with unittest
      
      Summary: The previous implementation of parameterized testing worked by modifying test.common_utils inplace.  This doesn't work in general because unittest's contract with test modules is such that it must be able to load the module and run the test itself.  Because the previous implementation needed to load the module and modify it, it is incompatible.
      
      Reviewed By: mthrok
      
      Differential Revision: D21964676
      Co-authored-by: default avatarBen Mehne <bmehne@fb.com>
      d2724481
  2. 10 Jun, 2020 1 commit
  3. 08 Jun, 2020 3 commits
  4. 05 Jun, 2020 1 commit
  5. 04 Jun, 2020 3 commits
  6. 03 Jun, 2020 2 commits
  7. 02 Jun, 2020 3 commits
  8. 27 May, 2020 2 commits
  9. 21 May, 2020 2 commits
  10. 20 May, 2020 2 commits
  11. 15 May, 2020 4 commits
  12. 14 May, 2020 2 commits
  13. 13 May, 2020 1 commit
  14. 12 May, 2020 1 commit
  15. 08 May, 2020 1 commit
  16. 06 May, 2020 1 commit
  17. 04 May, 2020 2 commits
    • moto's avatar
      Reduce tolerance for MFCC (#608) · b4998409
      moto authored
      b4998409
    • peterjc123's avatar
      Enable unittest jobs for windows (#604) · 4a24ed72
      peterjc123 authored
      
      
      * Turn on tests when building through conda-build
      
      * skip one failling test on windows.
      
      * Switch to unittest
      
      * Fix conda env activation
      
      * add linux only condition
      
      * Fix librosa installation
      
      * conda-forge channel as a fallback
      
      * Revert "conda-forge channel as a fallback"
      
      This reverts commit 8c15f6638e34792640a3de3e057d9c2995425180.
      
      * Try the pytorch way
      
      * Use conda-forge
      
      * Disable conda-forge
      
      * Install future at setup env
      
      * Move linux unittest CI job tools to dedicated directory
      
      * Restore Linux scripts and move the updated souces to a new subdir
      
      * Add back future
      
      * Remove comments
      Co-authored-by: default avatarVincent Quenneville-Belair <vincentqb@gmail.com>
      Co-authored-by: default avatarmoto <855818+mthrok@users.noreply.github.com>
      4a24ed72
  18. 01 May, 2020 3 commits
  19. 30 Apr, 2020 2 commits
  20. 29 Apr, 2020 1 commit
  21. 28 Apr, 2020 1 commit
    • 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