"docs_zh_CN/vscode:/vscode.git/clone" did not exist on "f69a3a44e3f54537a545659c62001247b079a62e"
Update forced_align method to only support batch Tensors (#3433)
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3433 Current design of forced_align accept 2D Tensor for `log_probs` and 1D Tensor for `targets`. To make the API simple, the PR make changes to only support batch Tensors (3D Tensor for `log_probs` and 2D Tensor for `targets`). Reviewed By: mthrok Differential Revision: D46657526 fbshipit-source-id: af17ec3f92f1a2c46dba91c6db2488a11de36f89
Showing
Please register or sign in to comment