Skip to content

Index

optimus_dl.core

Modules and Sub-packages

  • bootstrap: Automatically imports all files and nested submodules of a given module.
  • device: Device and distributed setup utilities.
  • dtype: Convert a string representation of a dtype to a torch.dtype.
  • env: Return the value of an environment variable as int.
  • environment: Manages a single environment variable with type and default value.
  • instantiate: Utility functions for configuration instantiation.
  • log: A wrapper around tqdm.auto.tqdm that handles non-interactive environments.
  • model_utils: Model utility functions.
  • multiprocess: Finalizes the process by ensuring all child processes are terminated to prevent hanging.
  • numerical: Extract the scalar value from a tensor or array.
  • omegaconf: OmegaConf custom resolvers for configuration.
  • profile: Performance profiling utilities.
  • registry: Registry system for dependency injection and component management.
  • seed: Utilities for setting random seeds for reproducibility.