Anthony Corso
Anthony Corso
Yeah sounds good! The main thing I want to do before making it more public is write up some documentation for the API as well as a github.io page like...
> this should be mostly solved now by this pull request: #1903 I still receive the same error when attempting a 4D fft (even on the latest CUDA.jl release). Did...
In support of investing the work (which I'm happy to help with if pointed in the right direction), I am using 4D FFTs in conjuction with the Fourier Neural Operator...
I'd be fine with this! @mossr thoughts? If @mossr is ok with this then go ahead and open a PR if you want.
With some investigation, it seems like this line https://github.com/cornellius-gp/gpytorch/blob/44993efcc180bdbdeaaf2107c7cc1ba532b2da9b/gpytorch/models/exact_prediction_strategies.py#L194 is producing a tensor that is 1D and length `m*d_out` where `d_out` is the output dimension of the GP. In the...
thank you! will close when PR is merged!