openclimatefix / satflow

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

Modularize dataset/Better experiment management #17

Closed jacobbieker closed 3 years ago

jacobbieker commented 3 years ago

Models train now and predict x number of future frames with a ConvLSTM and Unet model. Now, the code is kinda messy, so working on cleaning that up to enable faster and better experimentation.