-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'nn_module.fourier_neural_operator' #2
Comments
You can safely remove the import of fourier_neural_operator as it is not being used in the training of the model |
I have removed the 'import fourier_neural_operator', but there are still some more problems.
How can I fix them? |
Hi thanks for letting me know, For the missing nn_module, please check https://github.com/BaratiLab/OFormer/blob/e52cd0bf269aef6757e078bb6a323cca6f221c2e/BVP/nn_module/encoder_module.py#L719C1-L720C1 and https://github.com/BaratiLab/OFormer/blob/e52cd0bf269aef6757e078bb6a323cca6f221c2e/BVP/nn_module/decoder_module.py#L1283C7-L1283C28 |
Thanks for your answer. But I want to run for the |
In |
It seems that the code released is not complete.
If I run 'python -m train_burgers', the error occurs:
ModuleNotFoundError: No module named 'nn_module.fourier_neural_operator'.
And there is no fourier_neural_operator.py in the folder nn_module, how can I fix this bug?
The text was updated successfully, but these errors were encountered: