"tests/testing_utils.py" did not exist on "87b800e1546ecd1819a1eed4bfdf22e22f126588"
- 04 Jun, 2023 1 commit
-
-
Zhaoheng Ni authored
Summary: There are some BC-Breaking changes from pytorch_lightning to lightning library. The PR adjust those changes to support latest lightning library. Pull Request resolved: https://github.com/pytorch/audio/pull/3396 Reviewed By: mthrok Differential Revision: D46345206 Pulled By: nateanl fbshipit-source-id: 59469c15dc5fe5466a99a5b5380eb4f98c2c633f
-
- 24 Feb, 2023 2 commits
-
-
Vladislav Agafonov authored
Summary: Add `Wav2Vec2DataModule` in self_supervised_learning training recipe to support Wav2Vec2 pre-training. Pull Request resolved: https://github.com/pytorch/audio/pull/3081 Reviewed By: mthrok Differential Revision: D43579239 Pulled By: nateanl fbshipit-source-id: 3e935eb9a18ef0259a58940ae466cbdc3baf8494
-
Vladislav Agafonov authored
Summary: Add wav2vec2 loss function in the self_supervised_learning training recipe to support Wav2Vec2 pre-training. Pull Request resolved: https://github.com/pytorch/audio/pull/3090 Reviewed By: mthrok Differential Revision: D43579220 Pulled By: nateanl fbshipit-source-id: 4b52792b518ddc5b01c9660c90ceb3c4ad1f0237
-
- 16 Feb, 2023 1 commit
-
-
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
-
- 14 Feb, 2023 1 commit
-
-
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
-