monocongo / climate_learn

Deep learning for climate modeling.
BSD 3-Clause "New" or "Revised" License
38 stars 22 forks source link

Add batching in order to allow for different fit and predict inputs #22

Open monocongo opened 5 years ago

monocongo commented 5 years ago

We currently expect data for prediction to match the shape of the fit inputs, i.e. there is currently no allowance for batching in the model(s).