amazon-science / earth-forecasting-transformer

Official implementation of Earthformer
Apache License 2.0
349 stars 58 forks source link

Regarding data-splits for ICAR-ENSO #54

Open yogeshverma1998 opened 1 year ago

yogeshverma1998 commented 1 year ago

Hi,

Thanks for sharing the code. Can you let me know about which data you used for ICAR-ENSO, as it is not clearly mentioned in the paper. The website that contains the data: https://tianchi.aliyun.com/dataset/98942?t=1688718558167 , has two files SODA and CMIP_data, , and also which data is used for test evaluation? as, they have a different file for test data?

Or can you also lead met to where do you do dataset split based on dataset in this code, would be helpful.

Regards, Yogesh

gaozhihan commented 1 year ago

Thanks for your question. You can find the details of data splits in the setup() function of the corresponding LightningDataModule. Also, as commented at the beginning of the file, this implementation follows the TianChi_AIEarth repo. You may also refer to it.