You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2021-3-4-pytorch-1.8-released.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The PyTorch 1.8 release brings a host of new and updated API surfaces ranging fr
17
17
18
18
### [Stable]```Torch.fft``` support for high performance NumPy style FFTs
19
19
As part of PyTorch’s goal to support scientific computing, we have invested in improving our FFT support and with PyTorch 1.8, we are releasing the ```torch.fft``` module. This module implements the same functions as NumPy’s ```np.fft``` module, but with support for hardware acceleration and autograd.
20
-
* See this [blog post](https://pytorch.org/blog/the-torch.fft-module-accelerated-fast-fourier-transforms-with-autograd-in-pytorch) for more details
20
+
* See this [blog post](https://pytorch.org/blog/the-torch.fft-module-accelerated-fast-fourier-transforms-with-autograd-in-pyTorch/) for more details
0 commit comments