Skip to content

Prediction model training changes#111

Merged
gabrieletijunaityte merged 69 commits into
developfrom
train/prediction
May 28, 2026
Merged

Prediction model training changes#111
gabrieletijunaityte merged 69 commits into
developfrom
train/prediction

Conversation

@gabrieletijunaityte

@gabrieletijunaityte gabrieletijunaityte commented May 27, 2026

Copy link
Copy Markdown
Contributor

What does this PR do?

  • Introduce checkpoint dir to save model checkpoints with name that’s: their unique wandb run id + epoch number.
  • Introduce wandb script which connects go wandb API and creates a csv log of trianed models availabel on wandbs. This allows for controlling which models are relevant and automatic deletion of checkpoints that crashed/ were not relevant and deleted on wandb dashboard.
  • Define s2bms prediction model experiment configurations.
  • Add new s2bms data splits, which have union of available data for tessera and aef embeddings.
  • Changes to dataset class:
    • Allow aef to be loaded from numpy files.
    • S2 data can be normalised using division by 10000 (for SSL4EO models).

Fixes #<issue_number>

Before submitting

  • Did you make sure title is self-explanatory and the description concisely explains the PR?
  • Did you make sure your PR does only one thing, instead of bundling different changes together?
  • Did you list all the breaking changes introduced by this pull request?
  • Did you test your PR locally with pytest command?

…n/prediction

# Conflicts:
#	configs/experiment/s2bms_experiment_1.yaml
#	src/data/base_dataset.py
# Conflicts:
#	src/data/base_dataset.py
…into train/prediction

# Conflicts:
#	src/data/base_datamodule.py
…n/prediction

# Conflicts:
#	notebooks/09-GT-aef-tessera-datasplit-filtering.ipynb
#	src/data/base_datamodule.py
#	src/data/base_dataset.py
#	src/train.py
#	src/utils/experiment_tracking.py
@gabrieletijunaityte gabrieletijunaityte marked this pull request as ready for review May 27, 2026 09:33

@vdplasthijs vdplasthijs left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really excellent work, the W&B cleaning looks very neat! I have two minor comments, have a look, but I'll approve it already so if those 2 things look good to you please go ahead and merge! Thanks!

Comment thread src/data/base_dataset.py Outdated
Comment thread src/data_preprocessing/aef_data_check.py
@gabrieletijunaityte gabrieletijunaityte merged commit e494d14 into develop May 28, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants