openclimatefix / PVNet-summation

This project is used for training a model to sum the GSP predictions of PVNet into a national estimate
MIT License
0 stars 0 forks source link

Create MVP summation model #1

Closed dfulu closed 1 year ago

dfulu commented 1 year ago

Pull Request

Description

This is a minimum viable product for this library to train a summation model and log the results to wandb. This inherits the basic structure and a lot of code from PVNet, whilst also trying to minimise duplication (i.e. importing as much as possible rather than copying).

The library includes:

A model from this library is currently being trained and logged to wandb here

Checklist: