Skip to content

Commit 83992ff

Browse files
authored
Update 2022-3-8-introducing-torchrec-and-other-domain-library-updates-in-pytorch-1-11.md
Updates from github to GitHub
1 parent a85493d commit 83992ff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_posts/2022-3-8-introducing-torchrec-and-other-domain-library-updates-in-pytorch-1-11.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ The TorchAudio v0.11 release includes the following beta features:
4747
* Implementation of Emformer ([docs](https://pytorch.org/audio/main/models.html#emformer))
4848
* Recurrent neural network transducer (RNN-T) streaming ASR model that uses Emformer for its transcription network ([docs](https://pytorch.org/audio/main/models.html#rnn-t))
4949
* RNN-T beam search decoder with TorchScript support ([docs](https://pytorch.org/audio/main/models.html#rnntbeamsearch))
50-
* LibriSpeech Emformer RNN-T training recipe ([github](https://github.com/pytorch/audio/tree/release/0.11/examples/asr/librispeech_emformer_rnnt)) and corresponding pre-trained streaming ASR inference pipeline ([docs](https://pytorch.org/audio/main/pipelines.html#emformer-rnnt-base-librispeech))
50+
* LibriSpeech Emformer RNN-T training recipe ([GitHub](https://github.com/pytorch/audio/tree/release/0.11/examples/asr/librispeech_emformer_rnnt)) and corresponding pre-trained streaming ASR inference pipeline ([docs](https://pytorch.org/audio/main/pipelines.html#emformer-rnnt-base-librispeech))
5151

5252
Also there are prototype features that are available from nightly builds or the main branch.
5353

54-
* Training recipes trained on MuST-C and TED-LIUM3 datasets. ([github](https://github.com/pytorch/audio/tree/main/examples/asr/emformer_rnnt))
54+
* Training recipes trained on MuST-C and TED-LIUM3 datasets. ([GitHub](https://github.com/pytorch/audio/tree/main/examples/asr/emformer_rnnt))
5555
* Pre-trained pipelines corresponding to the recipes. ([docs](https://pytorch.org/audio/main/prototype.pipelines.html))
5656
* Tutorial that steps through performing online speech recognition with RNN-T Emformer model. ([docs](https://pytorch.org/audio/main/tutorials/online_asr_tutorial.html))
5757

@@ -217,7 +217,6 @@ More specifically the new, influence, subsection of Captum includes:
217217

218218
More about the implementation of influential instances can be found on our [GitHub](https://github.com/pytorch/captum/tree/master/captum/influence) page and [tutorials](https://captum.ai/tutorials/TracInCP_Tutorial).
219219

220-
221220
Thanks for reading, If you’re interested in these updates and want to join the PyTorch community, we encourage you to join the [discussion forums](https://discuss.pytorch.org/) and [open GitHub issues](https://github.com/pytorch/pytorch/issues). To get the latest news from PyTorch, follow us on [Twitter](https://twitter.com/PyTorch), [Medium](https://medium.com/pytorch), [YouTube](https://www.youtube.com/pytorch), and [LinkedIn](https://www.linkedin.com/company/pytorch).
222221

223222
Cheers!

0 commit comments

Comments
 (0)