Patrick Zimbrod

Results 2 issues of Patrick Zimbrod

#31 introduces Fourier Layer for higher dimensions. For now, `rfft` has been replaced by `fft` since it's simpler to implement. However, `rfft` can save memory and computation time considerably (~2x),...

In order to assimilate `FourierLayer` to the yet to implement DeepONet, it would be nice to have a Fourier Neural Operator (FNO) constructor that creates the entire architecture. Something like:...

enhancement