moto
moto
This PR adds most of methods define in SentencePieceProcessor Python wrapper. ~~Blocked by https://github.com/pytorch/pytorch/pull/38167~~ - `NBestEncodeAsPieces` - `NBestEncodeAsIds` - `SampleEncodeAsPieces` - `SampleEncodeAsIds` - `DecodePieces` - `DecodeIds` - `GetPieceSize` - `PieceToId`...
Adopt `:autosummary:` to various modules * torchaudio.compliance.kaldi * torchaudio.sox_effects * torchaudio.utils
Hi folks It is interesting for torchaudio team to learn what you think of the project and what would be a good direction and addition to the project (other than...
Ref https://github.com/pytorch/audio/issues/3317#issuecomment-1540433493 GPU encoder used to accept RGB24, but with the recent refactoring in main branch it expect RGBA32. Extra padding option to convert RGB24 to RGBA32 should be added...
Leveraging StreamReader we can load video and images. We should add functions `torchaudio.io.load_image` `torchaudio.io.load_video` `torchaudio.io.load_audio` which are thin wrapper around `StreamReader`. (and perhaps `save` versions)
to include PTS and the difference of seek
Here is the list of feature requests for StreamReader/Writer I have received so far. Feel free to add 1. [x] PTS support in StreamWriter #3135 When processing videos/audios, with StreamReader/Writer,...