amazon-science / earth-forecasting-transformer

Official implementation of Earthformer
Apache License 2.0
350 stars 60 forks source link

Update for loading pretrained checkpoints #17

Closed gaozhihan closed 1 year ago

gaozhihan commented 1 year ago

Now users can run scripts for testing pretrained checkpoints without the need to specify the cfg.yaml files. The scripts load the correct cfgs for pretrained checkpoints automatically.

sxjscience commented 1 year ago

LGTM for now. We need to later borrow the design of timm and huggingface/transformers