"torchvision/vscode:/vscode.git/clone" did not exist on "97bb6cb1575ba0b9b732e0e8df8d0f33e5a11813"
  • moto's avatar
    Add smoke tests to sox_io and sox_effects (#806) · daa0007a
    moto authored
    Currently all the tests in `sox_io_backend` and `sox_effects` (for new SoX effects implementation) requires additional `sox`, and this prevents running test in environment where `sox` command is not available even though `torchaudio` extension is available (such as fb internal). This PR adds smoke tests for these modules, which just runs functions to see if they do not crash.
    daa0007a
test_torchscript.py 3.24 KB