We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9562be commit 83a6535Copy full SHA for 83a6535
1 file changed
scripts/2025_10_02_phase2/script.py
@@ -190,7 +190,7 @@ def build_dataset_config(common: CommonComponents) -> OlmoEarthDatasetConfig:
190
191
def build_trainer_config(common: CommonComponents) -> TrainerConfig:
192
"""Build the trainer config for an experiment."""
193
- MAX_DURATION = Duration.epochs(301)
+ MAX_DURATION = Duration.steps(700000)
194
METRICS_COLLECT_INTERVAL = 10
195
CANCEL_CHECK_INTERVAL = 25
196
LOAD_STRATEGY = LoadStrategy.if_available
0 commit comments