openclimatefix / PVNet

PVnet main repo
MIT License
15 stars 3 forks source link

Remove torchdata #95

Closed dfulu closed 8 months ago

dfulu commented 8 months ago

Pull Request

Description

Use datapipes from torch rather than torchdata. Solves #94

Checked this works locally by creating small set of batches with save_batches.py and training on them.

Checklist: