"vscode:/vscode.git/clone" did not exist on "86d9b043f71cac1c8cec57f12607f4dba12f16c8"
Fix type of arguments in torchaudio.io classes (#2913)
Summary: The `src` or `dst` argument can be `str` or `file-like object`. Setting it to `str` in type annotation will confuse users that it only accepts `str` type. Pull Request resolved: https://github.com/pytorch/audio/pull/2913 Reviewed By: mthrok Differential Revision: D41896668 Pulled By: nateanl fbshipit-source-id: 1446a9f84186a0376cdbe4c61817fae4d5eaaab4
Showing
Please register or sign in to comment