"tests/testing_utils.py" did not exist on "87b800e1546ecd1819a1eed4bfdf22e22f126588"
  1. 04 Jun, 2023 1 commit
  2. 24 Feb, 2023 2 commits
  3. 16 Feb, 2023 1 commit
    • Zhaoheng Ni's avatar
      Fix DDP training in HuBERT recipes (#3068) · 2c9b3e59
      Zhaoheng Ni authored
      Summary:
      The `BucketizeBatchSampler` may return different iter_list in different node if `shuffle` is `True`, which will cause DPP training hang forever.
      `shuffle` in `DistributedSampler` only happens in initialization, which means it will assign the same subset to replicas in all training epochs. The PR fixes the two above issues.
      
      cc arlofaria
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/3068
      
      Reviewed By: mthrok
      
      Differential Revision: D43372110
      
      Pulled By: nateanl
      
      fbshipit-source-id: a162728406ae995e05d2a07cfc2444fb76cf345e
      2c9b3e59
  4. 14 Feb, 2023 1 commit
    • Zhaoheng Ni's avatar
      Update ssl example (#3060) · ff01be0f
      Zhaoheng Ni authored
      Summary:
      - Rename the current `ssl` example to `self_supervised_learning`
      - Add README to demonstrate how to run the recipe with hubert task
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/3060
      
      Reviewed By: mthrok
      
      Differential Revision: D43287868
      
      Pulled By: nateanl
      
      fbshipit-source-id: 10352682485ef147ca32f4c4c9f9cde995444aa0
      ff01be0f