This repo contains an implementation of Fourier Neural Operator from scratch using PyTorch.
This implementation is a part of my university task. You can see task conditions in pdf file and full task in ipynb file.
How to install requirements:
- Create virtual environment with
venv
. Python version in my env -3.8.10
. - Do
pip install -r requirements.txt
.