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 modelmodels/fnp_latest/— FNP Latest modeldatasets/— FNP-format DataLoadertools/—train_fnp_light.py,train_fnp_latest.pydata/— Data directory (placedataset{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.