openclimatefix / satflow

Satellite Optical Flow with machine learning models
https://satflow.readthedocs.io/en/stable/
MIT License
61 stars 10 forks source link

Split out base utils along with predict_pv_yield's #92

Closed jacobbieker closed 3 years ago

jacobbieker commented 3 years ago

Get the base utils, like BaseModel and the HF integration, possibly registering models? Losses? Custom layers, like CoordConv? into a utils repo

This reduces duplication, and allows for both to predict_pv_yield and satflow to benefit from development on visualizations, etc.

jacobbieker commented 3 years ago

94 is in the process of ripping out more of the base utils as part of the process of moving to nowcasting dataset

jacobbieker commented 3 years ago

Closed with #94