Skip to content

Commit faa8ab4

Browse files
author
Randall Hunt
authored
fix broken link to fft post in 1.8 blog post
1 parent ee04b1a commit faa8ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2021-3-4-pytorch-1.8-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The PyTorch 1.8 release brings a host of new and updated API surfaces ranging fr
1717

1818
### [Stable] ```Torch.fft``` support for high performance NumPy style FFTs
1919
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
2121
* [Documentation](https://pytorch.org/docs/1.8.0/fft.html)
2222

2323
### [Beta] Support for NumPy style linear algebra functions via ```torch.linalg```

0 commit comments

Comments
 (0)