A simple C++ example of performing a one-dimensional discrete convolution of real vectors using the Fast Fourier Transform (FFT) as implemented in the FFTW 3 library. This code is a simple and direct ...
Deformable convolution forward pass implemented from scratch with NumPy A configurable PyTorch CNN for CIFAR-style image classification A manually unrolled character-level RNN using PyTorch autograd ...