Recent Releases of fft-conv-pytorch
fft-conv-pytorch - 1.2.0
What's Changed
- Add padding=same, support half-precision input by @papkov in https://github.com/fkodom/fft-conv-pytorch/pull/18
New Contributors
- @papkov made their first contribution in https://github.com/fkodom/fft-conv-pytorch/pull/18
Full Changelog: https://github.com/fkodom/fft-conv-pytorch/compare/1.1.3...1.2.0
- Python
Published by fkodom over 2 years ago
fft-conv-pytorch - 1.1.3
What's Changed
- adaptively moves offset to the right device so that gpu can be used by @alexhagen in https://github.com/fkodom/fft-conv-pytorch/pull/17
New Contributors
- @alexhagen made their first contribution in https://github.com/fkodom/fft-conv-pytorch/pull/17
Full Changelog: https://github.com/fkodom/fft-conv-pytorch/compare/1.1.2...1.1.3
- Python
Published by fkodom over 4 years ago
fft-conv-pytorch - 1.1.2
What's Changed
- Now requires
torch >= 1.8to support gradients on dilated convolutions. - Add Benchmark Plots by @fkodom in https://github.com/fkodom/fft-conv-pytorch/pull/15
- Bug Fix and Torch Compatibility by @fkodom in https://github.com/fkodom/fft-conv-pytorch/pull/16
Full Changelog: https://github.com/fkodom/fft-conv-pytorch/compare/1.1.1...1.1.2
- Python
Published by fkodom over 4 years ago
fft-conv-pytorch - 1.1.1
Fixes an issue with incorrect gradients due to dilation parameter.
What's Changed
- Perform dilation with Kronecker product by @aretor in https://github.com/fkodom/fft-conv-pytorch/pull/13
- Cleanup Unit Tests by @fkodom in https://github.com/fkodom/fft-conv-pytorch/pull/14
Full Changelog: https://github.com/fkodom/fft-conv-pytorch/compare/1.1.0...1.1.1
- Python
Published by fkodom over 4 years ago
fft-conv-pytorch - 1.1.0
What's Changed
- Add dilation parameter and tests by @aretor in https://github.com/fkodom/fft-conv-pytorch/pull/12
New Contributors
- @aretor made their first contribution in https://github.com/fkodom/fft-conv-pytorch/pull/12
Full Changelog: https://github.com/fkodom/fft-conv-pytorch/compare/1.0.1...1.1.0
- Python
Published by fkodom over 4 years ago
fft-conv-pytorch - 1.0.1
What's Changed
- feat: remove einsum for efficiency by @yoyololicon in https://github.com/fkodom/fft-conv-pytorch/pull/11
New Contributors
- @yoyololicon made their first contribution in https://github.com/fkodom/fft-conv-pytorch/pull/11
Full Changelog: https://github.com/fkodom/fft-conv-pytorch/compare/1.0.0...1.0.1
- Python
Published by fkodom over 4 years ago