Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

feat(config): implement hierarchical config system with Hydra-compatible YAMLs, task/experiment configs, and CLI/env override support for StreetScene#2

Open
cto-new[bot] wants to merge 1 commit intomasterTingelam/DeepLearningExamples:masterfrom
feat/config-system-hydra-cliTingelam/DeepLearningExamples:feat/config-system-hydra-cliCopy head branch name to clipboard
Open

feat(config): implement hierarchical config system with Hydra-compatible YAMLs, task/experiment configs, and CLI/env override support for StreetScene#2
cto-new[bot] wants to merge 1 commit intomasterTingelam/DeepLearningExamples:masterfrom
feat/config-system-hydra-cliTingelam/DeepLearningExamples:feat/config-system-hydra-cliCopy head branch name to clipboard

Conversation

@cto-new
Copy link

@cto-new cto-new bot commented Nov 23, 2025

Summary

Implement a hierarchical configuration management system for StreetScene using OmegaConf/Hydra-style YAMLs. Add task-level and experiment configs, a CLI entry point to merge/validate overrides, and automatic resolution artifact saving to improve reproducibility.

Details

  • Introduced ConfigManager in PyTorch/StreetScene/src/common/config.py to load defaults, task configs, and experiment configs; apply CLI and environment overrides; and produce a resolved config artifact.
  • Added configs:
    • defaults.yaml
    • tasks/detection/pedestrian.yaml
    • tasks/detection/vehicle.yaml
    • tasks/classification/vehicle.yaml
    • experiments/baseline.yaml
    • experiments/large_scale.yaml
  • Implemented CLI entry point scripts/run_experiment.py to merge configs, apply CLI/env overrides, validate required fields, and emit a resolved YAML artifact under outputs/.
  • Implemented environment override handling using APP_ prefix with nested keys using double underscores, with safety checks to avoid unknown keys leading to spurious fields.
  • Ensured resolved configs are stored for reproducibility with a run-name derived artifact.
  • Updated documentation: README.md and IMPLEMENTATION.md provide usage and design details.

Warning: Task VM test is not passing, cto.new will perform much better if you fix the setup

…ra-style YAMLs and CLI/environment overrides
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.

0 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.