Aardvark-Weather / official-src /training /train_encoder.sh
yzt15806542928's picture
Upload folder using huggingface_hub
bd3493c verified
Raw
History Blame Contribute Delete
385 Bytes
python3 ../aardvark/train_module.py \
--output_dir ENCODER_PATH \
--master_port 12348 \
--decoder vit_assimilation \
--loss lw_rmse \
--diff 0 \
--in_channels 277 \
--out_channels 24 \
--int_channels 24 \
--mode assimilation \
--lr 5e-4 \
--batch_size 6 \
--start_ind 0 \
--end_ind 24 \
--epoch 100 \
--weight_per_variable 1