1. 23 Jun, 2022 1 commit
  2. 07 Jun, 2022 1 commit
    • Zhaoheng Ni's avatar
      Add HuBERT fine-tuning recipe (#2352) · ab5edfcd
      Zhaoheng Ni authored
      Summary:
      The PR contains the CTC fine-tuning recipe of HuBERT Base model.
      The files include:
      - lightning module
      - training script
      - README and the result table
      - evaluation scripts
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2352
      
      Reviewed By: hwangjeff
      
      Differential Revision: D36915712
      
      Pulled By: nateanl
      
      fbshipit-source-id: 0249635ad5e81a8aa2d228c1d5fe84d78b62a15b
      ab5edfcd
  3. 23 May, 2022 1 commit
  4. 08 Mar, 2022 1 commit
  5. 26 Jul, 2021 1 commit
  6. 27 May, 2020 1 commit
    • moto's avatar
      Self-contain codecs library (#625) · d3c83eaa
      moto authored
      * Clean up extension build mechanism and extension location
      
      * Add back the switch to depend on external sox
      
      * Remove print
      
      * Fix
      d3c83eaa
  7. 21 Aug, 2019 1 commit
  8. 30 Jul, 2019 1 commit
    • Edward Z. Yang's avatar
      Make test scripts runnable without being modules. (#186) · 07b9b9ba
      Edward Z. Yang authored
      
      
      This makes it easier to test against an installed wheel, as the
      torchaudio folder is no longer preferentially picked up when
      you run a test module.
      
      I had to move all tests in subfolders into the top level test
      directory to make this work, since you can't access .. modules
      without mucking around with sys.path (which I don't want to do.)
      
      NB: this BREAKS the syntax where you can run a test by
      saying `python -m test.test`.  Instead, do `python test/test.py`
      or use the pytest runner.
      Signed-off-by: default avatarEdward Z. Yang <ezyang@fb.com>
      07b9b9ba
  9. 25 Dec, 2018 1 commit