"vscode:/vscode.git/clone" did not exist on "a7161298a376d68bbd443bfcc260a653d608bbfc"
- 26 Oct, 2021 1 commit
-
-
S Harish authored
-
- 25 Oct, 2021 1 commit
-
-
moto authored
-
- 24 Oct, 2021 1 commit
-
-
moto authored
-
- 22 Oct, 2021 5 commits
- 21 Oct, 2021 6 commits
-
-
Matti Picus authored
-
moto authored
* [BC-breaking] Remove unused dimension from pretrained Wav2Vec2 ASR The Wav2Vec2 ASR pretrained weights originated from fairseq have extra dimension that have nothing to do with the ASR task. https://github.com/pytorch/fairseq/blob/c5ff181125c7e6126b49a85e5ebdd5f5b6a07914/fairseq/data/dictionary.py#L18-L37 which is masked during the loss computation as https://github.com/pytorch/fairseq/blob/c5ff181125c7e6126b49a85e5ebdd5f5b6a07914/fairseq/criterions/ctc.py#L126-L128 This change removes it. * Use '-' for blank token representation.
-
moto authored
-
Caroline Chen authored
-
nateanl authored
-
Nikita Shulga authored
This is follow up after https://github.com/pytorch/builder/pull/823 that gets rids of `feature` and migrate it to `run_constrained`
-
- 19 Oct, 2021 3 commits
-
-
Caroline Chen authored
-
moto authored
-
Caroline Chen authored
-
- 18 Oct, 2021 6 commits
-
-
moto authored
If `torch.hub` is never used, the cache directory "~/.cach/torch/hub/checkpoints/" does not exist, and the attempt to download DeepPhonemizer checkpoint there would fail. This commit fixes it by calling `os.makedirs(directory, exit_ok=True)`.
-
moto authored
-
moto authored
-
moto authored
1. Override the return type so that Sphinx shows the exported symbols. (output model types and input torch.nn.Module) 2. Tweak docs for Tacotron2TTSBundle interfaces 3. Fix for HUBERT_ASR_XLARGE
-
Caroline Chen authored
-
moto authored
Resolve the following warnings when `make clean html`. ``` parsing bibtex file /torchaudio/docs/source/refs.bib... parsed 26 entries loading intersphinx inventory from https://docs.python.org/objects.inv... loading intersphinx inventory from https://docs.scipy.org/doc/numpy/objects.inv... loading intersphinx inventory from https://pytorch.org/docs/stable/objects.inv... intersphinx inventory has moved: https://docs.python.org/objects.inv -> https://docs.python.org/3/objects.inv intersphinx inventory has moved: https://docs.scipy.org/doc/numpy/objects.inv -> https://numpy.org/doc/stable/objects.inv ```
-
- 16 Oct, 2021 3 commits
- 15 Oct, 2021 5 commits
-
-
moto authored
Future work items: - length computation of GriffinLim - better way to make InverseMelScale work in inference_mode
-
moto authored
-
moto authored
-
moto authored
-
moto authored
- Move wav2vec2 pretrained weights to `torchaudio.pipelines` namespace to align with #1872. - Split `Wav2Vec2PretrainedModelBundle` into `Wav2Vec2Bundle` (for pre-training model) and `Wav2Vec2ASRBundle` (for models fine-tuned for ASR). - Update base URL
-
- 14 Oct, 2021 1 commit
-
-
Yi Zhang authored
* check cuda installation * check in build.sh * use USE_CUDA * Update pkg_helpers.bash * Fix typo
-
- 13 Oct, 2021 4 commits
-
-
nateanl authored
-
Caroline Chen authored
-
moto authored
-
nateanl authored
-
- 12 Oct, 2021 3 commits
-
-
Caroline Chen authored
-
Yi Zhang authored
-
nateanl authored
-
- 11 Oct, 2021 1 commit
-
-
moto authored
To handle batched input properly.
-