Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 662 Bytes

File metadata and controls

14 lines (14 loc) · 662 Bytes

Earthformer Training on ICAR-ENSO dataset

Run the following command to train Earthformer on ICAR-ENSO dataset. Change the configurations in cfg.yaml

MASTER_ADDR=localhost MASTER_PORT=10001 python train_cuboid_enso.py --gpus 2 --cfg cfg.yaml --ckpt_name last.ckpt --save tmp_enso

Or run the following command to directly load pretrained checkpoint for test.

MASTER_ADDR=localhost MASTER_PORT=10001 python train_cuboid_enso.py --gpus 2 --pretrained --save tmp_enso

Run the tensorboard command to upload experiment records

tensorboard dev upload --logdir ./experiments/tmp_enso/lightning_logs --name 'tmp_enso'