Skip to content

Conversation

@favyen2
Copy link
Collaborator

@favyen2 favyen2 commented Nov 25, 2025

Update examples to use new dataset config (#371) and checkpoint management (#362).

Other changes (mostly fixing bugs discovered while testing the examples):

  • Resolve ENHANCEMENT - items.json to contain precise layer info #360 by adding more documentation about items.json. Actually it was already documented under "layers" but now "items.json" documentation links to the layers folders too.
  • Fix issue in FinetuneOlmoEarth.md where it was using mode: min for accuracy metric instead of mode: max.
  • Document model management functionality in ModelConfig.md.
  • Repeat deprecation warnings with logger.warning to make sure the are printed/seen.
  • Fix bug in RslearnLightningCLI where setting c.logger = json.Namespace({}) doesn't work. We could set None but I made it print warning instead since user should not specify logger in model config if they are using model management.

Also resolve #360 by adding more documentation about items.json. Actually it was
already documented under "layers" but now "items.json" documentation links to
the layers folders too.
@favyen2 favyen2 requested a review from gabrieltseng November 26, 2025 14:05
@favyen2 favyen2 merged commit fc2c4e0 into master Nov 26, 2025
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.

ENHANCEMENT - items.json to contain precise layer info

3 participants