Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 402 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 402 Bytes

FNO from scratch

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:

  1. Create virtual environment with venv. Python version in my env - 3.8.10.
  2. Do pip install -r requirements.txt.