Thanks for open sourcing the code. When I try to reproduce the experiment, I found the fourier_neural_operator module is not included in the repo. Would it be possible to share this as well?
|
from .fourier_neural_operator import SpectralConv2d_fast as fourier_conv |
Thanks for open sourcing the code. When I try to reproduce the experiment, I found the
fourier_neural_operatormodule is not included in the repo. Would it be possible to share this as well?OFormer/uniform_grids/nn_module/cnn_module.py
Line 8 in f1111b3