GWPF

February 9, 2026 · View on GitHub

Lightweight package for FNP Light and FNP Latest models with training scripts. Decoupled from the main repo for standalone use and reproduction.

Layout

  • models/fnp_light/ — FNP Light model
  • models/fnp_latest/ — FNP Latest model
  • datasets/ — FNP-format DataLoader
  • tools/train_fnp_light.py, train_fnp_latest.py
  • data/ — Data directory (place dataset{N}/fnp_light/ as needed)

Setup and training

  • Python 3.10+. Install: pip install -r requirements.txt
  • Run from project root:
python tools/train_fnp_light.py --dataset 1
python tools/train_fnp_latest.py --dataset 1

Data format matches WindPower’s data/dataset{N}/fnp_light; dataset docs to be added later.