-
-
Notifications
You must be signed in to change notification settings - Fork 95
Description
Hi openclimatefix !
It is awsome to see that you collect so many advanced AI models for weather prediction and provide the training fracture.
I have some questions about using this in a correct way.
First is how good is it to represent the model, to my understanding what you do here is to re-write the code based on the published paper, which is not officially? Therefore, how good is the accuracy of model here compared with the paper, for example, is the gencast implemented here as good as what the google does? So as for other models 'FGN, Aurora, Fengwu...etc'
Second is how to use this. It seems like you put different model together and we can use different part of the models very flesible. For example, we add use Lora or diffusion to the model together. It sounds quiet useful, because we can focuse more on our project instead of the model coding. Could you give me some pipeline on traing and forecast the model ? or could I make it working after I read the 'test' part ?
Best,
cheih