Caroline Chen

Results 42 comments of Caroline Chen

Hi @jonashaag, just wanted to follow up on this -- I have created a PR (https://github.com/jonashaag/audio-resampling-in-python/pull/7) to resolve this. Let me know if you have any comments!

overall I think this direction is good. a couple suggestions based on the pytorch core docs - can we increase the column width of the function name (pytorch uses 50%)?...

another comment -- I think we can also remove the bulleted list of sections right under the main title, since these are already listed in the sidebar and easy accessible...

@mthrok is there also plans to adopt autosummary for the [torchaudio](https://pytorch.org/audio/main/torchaudio.html), [torchaudio.kaldi_io](https://pytorch.org/audio/main/kaldi_io.html), and [torchaudio.backend](https://pytorch.org/audio/main/backend.html) sections?

Hi @BriansIDP, thanks for the request -- I'll take a look into the implementation to see how feasible this is. Just making sure I understand correctly, you want to be...

Hi @BriansIDP, sorry for the late reply -- I think we should be able to add this feature, but it likely won't be available as of the upcoming release, probably...

I would estimate we can have it ready by Nov/Dec

Hi @BriansIDP, I created a PR to add support for this in #2798. Unit tests seem to be passing, but I haven't gotten the chance to do testing in a...

I added the API usage to the PR description, usage should be similar to before, except you can call log_softmax on the logits outside of the rnnt loss function, and...

Hi @Kinyugo, you can refer to [Contributing.md](https://github.com/pytorch/audio/blob/main/CONTRIBUTING.md) to get started with dev environment set up and process. Feel free to let us know if you encounter any errors while doing...