STRUCTURES25
  • Installation
  • Usage Guide
  • Package Reference
    • api
    • datagen
    • ml
      • callbacks
        • base
        • checkpoint
        • custom_scalars
        • image_logging
        • log_gradient_norm
        • mesh_logging
        • print_overrides_callback
        • sub_model_summary
        • timing
      • compute_dataset_statistics
      • data
      • models
      • preprocess
      • train
    • ofdft
    • utils
STRUCTURES25
  • Package Reference
  • ml
  • callbacks
  • print_overrides_callback
  • View page source

print_overrides_callback

class PrintOverrides(compact: bool = False)[source]

Prints the hydra config overrides to the console.

__init__(compact: bool = False)[source]
Parameters:

compact – If True, the overrides are printed in a compact form. Otherwise, they are printed in a table. Defaults to False.

on_fit_start(trainer: Trainer, pl_module: LightningModule) → None[source]

Prints the hydra config overrides to the console.

_get_hydra_overrides()[source]

Returns the hydra config overrides as a string.

Previous Next

© Copyright 2025, sciai-lab.

Built with Sphinx using a theme provided by Read the Docs.