Closed yoyolicoris closed 5 months ago
Note: Links to docs will display an error until the docs builds have been completed.
As of commit 8745e8c5644d7a0867ae3ff37980ce0a5fc37160 with merge base b829e936f7cc61b48149f5f957a451a38bf2a178 ():
* [Unit-tests on Linux GPU / tests (3.8, 11.8) / linux-job](https://hud.pytorch.org/pr/pytorch/audio/3794#26598430899) ([gh](https://github.com/pytorch/audio/actions/runs/9645040321/job/26598430899)) `##[error]The operation was canceled.` * [Unit-tests on Linux GPU / tests (3.9, 11.8) / linux-job](https://hud.pytorch.org/pr/pytorch/audio/3794#26598431335) ([gh](https://github.com/pytorch/audio/actions/runs/9645040321/job/26598431335)) `##[error]The operation was canceled.` * [Unittests on Windows CPU / unittests-windows-cpu / windows-job](https://hud.pytorch.org/pr/pytorch/audio/3794#26598429892) ([gh](https://github.com/pytorch/audio/actions/runs/9645040317/job/26598429892)) `The process 'C:\Program Files\Git\cmd\git.exe' failed with exit code 128` * [Unittests on Windows GPU / unittests-windows-gpu / windows-job](https://hud.pytorch.org/pr/pytorch/audio/3794#26598429914) ([gh](https://github.com/pytorch/audio/actions/runs/9645040351/job/26598429914)) `The process 'C:\Program Files\Git\cmd\git.exe' failed with exit code 128`
This comment was automatically generated by Dr. CI and updates every 15 minutes.
This commit solves the view size error when the gradient tensor propagates to the
filter
is not in a contiguous format.The bug can be reproduced by the following script (provided by @forgi86) using the latest version of torchaudio.