moto
moto
The link to version selector has been absolute link, which had been a trap when reviewing gh-pages deployment from folk.
# Request For Comment: The future of Kaldi-compatible features ## Problems `torchaudio.compliance.kaldi` implements functionalities that tries to reproduce Kaldi's feature extractions, and this module has many issues, and causing headache...
`InverseMelScale` uses SGD inside so it does not work when the global context is `no_grad` or `inference_mode`. Or even when `requires_grad=False` would make it fail. This gives bad UX for...
## Context: TorchAudio uses dual-binding (PyBind11 and TorchBind) to make custom operations available in Python. The both binding eventually calls the same implementation contained in `libtorchaudio[_XXX].so`. The ones bound via...
The dataset described in CSV file is Posix-style path, which requires OS-agnostic handling on Windows.
[VoxPopuli](https://github.com/facebookresearch/voxpopuli) publishes pre-trained models of many different languages under [CC BY-NC 4.0](https://github.com/facebookresearch/covost/blob/main/LICENSE) license. We can add them to torchaudio. ## non-fine-tuned weights https://github.com/facebookresearch/voxpopuli#wav2vec-20 - [ ] es - base -...
This commit adds custom directives, `dtypes`. https://output.circle-artifacts.com/output/job/095ac03b-9795-45ba-af79-916526915df0/artifacts/0/docs/transforms.html#feature-extractions Clicking these badges will bring users to the features page (WIP). https://output.circle-artifacts.com/output/job/095ac03b-9795-45ba-af79-916526915df0/artifacts/0/docs/supported_features.html The motivation is to provide an easy way for users to...