meteofrance / py4cast

Weather forecasting with Deep Learning
10 stars 10 forks source link

Refacto : get param tensor #112

Open CorentinSeznec opened 3 days ago

CorentinSeznec commented 3 days ago

Add get_param_tensor as an external function for poesy and titan. Add a load method to class sample Creation of a function generate_forcings The goal is to separate the code relative to a specific dataset (how samples load their data from the disk) and the code used by all dataset (loading data for all the samples ).