Skip to main content

TranspilerContext

The transpiler_context key of the config.

Values the transpiler cannot derive automatically from opaque components.

When escape hatch or manual-task components are used, the transpiler cannot introspect them to determine architectural properties it normally derives from sanctioned components. This model supplies those values explicitly.

All fields are nullable. Both the transpiler and OlmoEarthConfig's validator raise errors when conditionally-required values are missing.

FieldTypeRequiredDefaultDescription
downsample_factorintegernonullThe factor by which the output resolution is lower than the input resolution. Consequence of encoder-decoder interaction, and impacts merging logic for raster data.
checkpoint_monitorstringnonullThe metric to monitor for checkpointing. Task-dependent.
checkpoint_modestringnonullThe mode to monitor for checkpointing, e.g. 'max', 'min'. Task-dependent.