amazon-science / earth-forecasting-transformer

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

Use your code with a new data set #45

Closed JohnTaylor2000 closed 1 year ago

JohnTaylor2000 commented 1 year ago

Could you run through the steps needed to use a different data set with your code please?

gaozhihan commented 1 year ago

Thanks for your interest. The most convenient way to use your own data is to implement a pl.LightningDataModule and integrate it into your training script. I will take the training script on MovingMNIST as example to illustrate how to do it.

I address your questions in the following:

gaozhihan commented 1 year ago

Let me close the issue for now. Please feel free to reopen if you find any problems.