mirror of
https://github.com/SikongJueluo/Mini-Nav.git
synced 2026-03-12 20:35:31 +08:00
refactor(configs, data_loading): improve code clarity and add docstrings
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
"""Configuration management module for unified config."""
|
||||
|
||||
from .config import (
|
||||
ConfigManager,
|
||||
cfg_manager,
|
||||
@@ -8,7 +10,6 @@ from .models import (
|
||||
DatasetConfig,
|
||||
ModelConfig,
|
||||
OutputConfig,
|
||||
PoolingType,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
@@ -17,7 +18,6 @@ __all__ = [
|
||||
"OutputConfig",
|
||||
"DatasetConfig",
|
||||
"Config",
|
||||
"PoolingType",
|
||||
# Loader
|
||||
"load_yaml",
|
||||
"save_yaml",
|
||||
|
||||
Reference in New Issue
Block a user