pytorch / audio

Data manipulation and transformation for audio signal processing, powered by PyTorch
https://pytorch.org/audio
BSD 2-Clause "Simplified" License
2.5k stars 644 forks source link

Fix cuctc module #3670

Closed moto-meta closed 11 months ago

moto-meta commented 11 months ago

Summary: Fix all in torchaudio.models.decoder

Differential Revision: D50602496

pytorch-bot[bot] commented 11 months ago

:link: Helpful Links

:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/audio/3670

Note: Links to docs will display an error until the docs builds have been completed.

:white_check_mark: No Failures

As of commit 9df0be025c8389081fd6c54ac8e31eea981f095b with merge base a78ba38932bf990b3d7e44d027239bbcb76fad0e (image): :green_heart: Looks good so far! There are no failures yet. :green_heart:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

facebook-github-bot commented 11 months ago

This pull request was exported from Phabricator. Differential Revision: D50602496

github-actions[bot] commented 11 months ago

Hey @None. You merged this PR, but labels were not properly added. Please add a primary and secondary label (See https://github.com/pytorch/audio/blob/main/.github/process_commit.py).


Some guidance:

Use 'module: ops' for operations under 'torchaudio/{transforms, functional}', and ML-related components under 'torchaudio/csrc' (e.g. RNN-T loss).

Things in "examples" directory:

Regarding examples in code documentations, please also use 'module: docs'.

Please use 'other' tag only when you’re sure the changes are not much relevant to users, or when all other tags are not applicable. Try not to use it often, in order to minimize efforts required when we prepare release notes.


When preparing release notes, please make sure 'documentation' and 'tutorials' occur as the last sub-categories under each primary category like 'new feature', 'improvements' or 'prototype'.

Things related to build are by default excluded from the release note, except when it impacts users. For example: