Skip to content
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ rslp/crop_type_mapping/geoparquets/
rslp/mangrove/csv/
log*.txt

olmoearth_run_data/nandi/finetune/annotation*.geojson

# for local finetuning runs
/config.yaml
lightning_logs/
Expand Down
12 changes: 12 additions & 0 deletions olmoearth_run_data/nandi/finetune/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Local olmoearth_run finetune for Nandi:
```bash
export EXTRA_FILES_PATH=/weka/dfive-default/helios/checkpoints
export DATASET_PATH=/weka/dfive-default/yawenz/datasets/scratch_ft_v0/dataset
export NUM_WORKERS=32
export TRAINER_DATA_PATH=/weka/dfive-default/yawenz/test/nandi
export WANDB_PROJECT=2025_10_08_nandi_crop_type
export WANDB_NAME=nandi_crop_type_segment_helios_base_S2_ts_ws1_ps1
export WANDB_ENTITY=eai-ai2
python -m rslp.main olmoearth_run prepare_labeled_windows --project_path /weka/dfive-default/yawenz/rslearn_projects/esrun_data/nandi/finetune --scratch_path /weka/dfive-default/yawenz/datasets/scratch_ft_v0
python -m rslp.main olmoearth_run finetune --project_path /weka/dfive-default/yawenz/rslearn_projects/esrun_data/nandi/finetune --scratch_path /weka/dfive-default/yawenz/datasets/scratch_ft_v0
```
Loading
Loading