{ "CleanCommand": [ [ "build_helpers/build_helpers.py", [ "CleanCommand" ] ] ], "BuildPyCommand": [ [ "build_helpers/build_helpers.py", [ "BuildPyCommand" ] ] ], "Develop": [ [ "build_helpers/build_helpers.py", [ "Develop" ] ] ], "SDistCommand": [ [ "build_helpers/build_helpers.py", [ "SDistCommand" ] ] ], "ANTLRCommand": [ [ "build_helpers/build_helpers.py", [ "ANTLRCommand" ] ] ], "TestWithUnittest": [ [ "examples/advanced/hydra_app_example/tests/test_example.py", [ "TestWithUnittest" ] ] ], "TestAppOutput": [ [ "examples/advanced/hydra_app_example/tests/test_installed_app.py", [ "TestAppOutput" ] ] ], "Optimizer": [ [ "examples/instantiate/docs_example/my_app.py", [ "Optimizer" ] ], [ "tests/test_apps/config_source_test/structured.py", [ "Optimizer" ] ] ], "Dataset": [ [ "examples/instantiate/docs_example/my_app.py", [ "Dataset" ] ] ], "Trainer": [ [ "examples/instantiate/docs_example/my_app.py", [ "Trainer" ] ] ], "DBConnection": [ [ "examples/instantiate/object/my_app.py", [ "DBConnection" ] ], [ "examples/instantiate/schema/my_app.py", [ "DBConnection" ] ] ], "MySQLConnection": [ [ "examples/instantiate/object/my_app.py", [ "MySQLConnection" ] ], [ "examples/instantiate/schema/my_app.py", [ "MySQLConnection" ] ] ], "PostgreSQLConnection": [ [ "examples/instantiate/object/my_app.py", [ "PostgreSQLConnection" ] ], [ "examples/instantiate/schema/my_app.py", [ "PostgreSQLConnection" ] ] ], "Driver": [ [ "examples/instantiate/object_recursive/my_app.py", [ "Driver" ] ] ], "Wheel": [ [ "examples/instantiate/object_recursive/my_app.py", [ "Wheel" ] ] ], "Car": [ [ "examples/instantiate/object_recursive/my_app.py", [ "Car" ] ] ], "DBConfig": [ [ "examples/instantiate/schema/my_app.py", [ "DBConfig" ] ], [ "examples/tutorials/structured_configs/3_config_groups/my_app_with_inheritance.py", [ "DBConfig" ] ], [ "examples/tutorials/structured_configs/5.1_structured_config_schema_same_config_group/my_app.py", [ "DBConfig" ] ], [ "examples/tutorials/structured_configs/5.2_structured_config_schema_different_config_group/database_lib.py", [ "DBConfig" ] ], [ "tests/test_apps/defaults_in_schema_missing/my_app.py", [ "DBConfig" ] ] ], "MySQLConfig": [ [ "examples/instantiate/schema/my_app.py", [ "MySQLConfig" ] ], [ "examples/tutorials/structured_configs/1_minimal/my_app.py", [ "MySQLConfig" ] ], [ "examples/tutorials/structured_configs/1_minimal/my_app_type_error.py", [ "MySQLConfig" ] ], [ "examples/tutorials/structured_configs/2_static_complex/my_app.py", [ "MySQLConfig" ] ], [ "examples/tutorials/structured_configs/3_config_groups/my_app.py", [ "MySQLConfig" ] ], [ "examples/tutorials/structured_configs/3_config_groups/my_app_with_inheritance.py", [ "MySQLConfig" ] ], [ "examples/tutorials/structured_configs/4_defaults/my_app.py", [ "MySQLConfig" ] ], [ "examples/tutorials/structured_configs/5.1_structured_config_schema_same_config_group/my_app.py", [ "MySQLConfig" ] ], [ "examples/tutorials/structured_configs/5.2_structured_config_schema_different_config_group/database_lib.py", [ "MySQLConfig" ] ], [ "tests/test_apps/defaults_in_schema_missing/my_app.py", [ "MySQLConfig" ] ], [ "tests/test_config_loader.py", [ "MySQLConfig" ] ] ], "PostGreSQLConfig": [ [ "examples/instantiate/schema/my_app.py", [ "PostGreSQLConfig" ] ], [ "examples/tutorials/structured_configs/3_config_groups/my_app.py", [ "PostGreSQLConfig" ] ], [ "examples/tutorials/structured_configs/3_config_groups/my_app_with_inheritance.py", [ "PostGreSQLConfig" ] ], [ "examples/tutorials/structured_configs/4_defaults/my_app.py", [ "PostGreSQLConfig" ] ], [ "examples/tutorials/structured_configs/5.1_structured_config_schema_same_config_group/my_app.py", [ "PostGreSQLConfig" ] ], [ "examples/tutorials/structured_configs/5.2_structured_config_schema_different_config_group/database_lib.py", [ "PostGreSQLConfig" ] ] ], "Config": [ [ "examples/instantiate/schema/my_app.py", [ "Config" ] ], [ "examples/instantiate/schema_recursive/my_app.py", [ "Config" ] ], [ "examples/tutorials/structured_configs/3_config_groups/my_app.py", [ "Config" ] ], [ "examples/tutorials/structured_configs/3_config_groups/my_app_with_inheritance.py", [ "Config" ] ], [ "examples/tutorials/structured_configs/4_defaults/my_app.py", [ "Config" ] ], [ "examples/tutorials/structured_configs/5.1_structured_config_schema_same_config_group/my_app.py", [ "Config" ] ], [ "examples/tutorials/structured_configs/5.2_structured_config_schema_different_config_group/my_app.py", [ "Config" ] ], [ "tests/test_apps/defaults_in_schema_missing/my_app.py", [ "Config" ] ], [ "tests/test_apps/schema-overrides-hydra/my_app.py", [ "Config" ] ], [ "tests/test_apps/structured_with_none_list/my_app.py", [ "Config" ] ], [ "tests/test_compose.py", [ "test_adding_to_sc_dict", "Config" ] ], [ "tests/test_compose.py", [ "TestAdd", "test_add_to_structured_config", "Config" ] ], [ "tests/test_config_loader.py", [ "Config" ] ], [ "tools/configen/configen/config.py", [ "Config" ] ], [ "tools/release/release.py", [ "Config" ] ] ], "Tree": [ [ "examples/instantiate/schema_recursive/my_app.py", [ "Tree" ] ], [ "tests/instantiate/__init__.py", [ "Tree" ] ] ], "TreeConf": [ [ "examples/instantiate/schema_recursive/my_app.py", [ "TreeConf" ] ], [ "tests/instantiate/__init__.py", [ "TreeConf" ] ] ], "SerialPort": [ [ "examples/patterns/write_protect_config_node/frozen.py", [ "SerialPort" ] ] ], "ConfigSourceExample": [ [ "examples/plugins/example_configsource_plugin/hydra_plugins/example_configsource_plugin/example_configsource_plugin.py", [ "ConfigSourceExample" ] ] ], "TestCoreConfigSources": [ [ "examples/plugins/example_configsource_plugin/tests/test_example_config_source.py", [ "TestCoreConfigSources" ] ], [ "tests/standalone_apps/namespace_pkg_config_source_test/namespace_test/test_namespace.py", [ "TestCoreConfigSources" ] ], [ "tests/test_config_repository.py", [ "TestCoreConfigSources" ] ] ], "ExamplePlugin": [ [ "examples/plugins/example_generic_plugin/hydra_plugins/example_generic_plugin/example_plugin.py", [ "ExamplePlugin" ] ] ], "LauncherConfig": [ [ "examples/plugins/example_launcher_plugin/hydra_plugins/example_launcher_plugin/example_launcher.py", [ "LauncherConfig" ] ], [ "examples/plugins/example_sweeper_plugin/hydra_plugins/example_sweeper_plugin/example_sweeper.py", [ "LauncherConfig" ] ] ], "ExampleLauncher": [ [ "examples/plugins/example_launcher_plugin/hydra_plugins/example_launcher_plugin/example_launcher.py", [ "ExampleLauncher" ] ] ], "TestExampleLauncher": [ [ "examples/plugins/example_launcher_plugin/tests/test_example_launcher_plugin.py", [ "TestExampleLauncher" ] ] ], "TestExampleLauncherIntegration": [ [ "examples/plugins/example_launcher_plugin/tests/test_example_launcher_plugin.py", [ "TestExampleLauncherIntegration" ] ] ], "ExampleSearchPathPlugin": [ [ "examples/plugins/example_searchpath_plugin/hydra_plugins/example_searchpath_plugin/example_searchpath_plugin.py", [ "ExampleSearchPathPlugin" ] ] ], "ExampleSweeper": [ [ "examples/plugins/example_sweeper_plugin/hydra_plugins/example_sweeper_plugin/example_sweeper.py", [ "ExampleSweeper" ] ] ], "TestExampleSweeper": [ [ "examples/plugins/example_sweeper_plugin/tests/test_example_sweeper_plugin.py", [ "TestExampleSweeper" ] ] ], "TestExampleSweeperWithBatching": [ [ "examples/plugins/example_sweeper_plugin/tests/test_example_sweeper_plugin.py", [ "TestExampleSweeperWithBatching" ] ] ], "TestExampleSweeperIntegration": [ [ "examples/plugins/example_sweeper_plugin/tests/test_example_sweeper_plugin.py", [ "TestExampleSweeperIntegration" ] ] ], "UserInterface": [ [ "examples/tutorials/structured_configs/2_static_complex/my_app.py", [ "UserInterface" ] ] ], "MyConfig": [ [ "examples/tutorials/structured_configs/2_static_complex/my_app.py", [ "MyConfig" ] ] ], "Callbacks": [ [ "hydra/_internal/callbacks.py", [ "Callbacks" ] ] ], "ConfigLoaderImpl": [ [ "hydra/_internal/config_loader_impl.py", [ "ConfigLoaderImpl" ] ] ], "IConfigRepository": [ [ "hydra/_internal/config_repository.py", [ "IConfigRepository" ] ] ], "Keywords": [ [ "hydra/_internal/config_repository.py", [ "ConfigRepository", "Keywords" ] ] ], "ConfigRepository": [ [ "hydra/_internal/config_repository.py", [ "ConfigRepository" ] ] ], "CachingConfigRepository": [ [ "hydra/_internal/config_repository.py", [ "CachingConfigRepository" ] ] ], "ConfigSearchPathImpl": [ [ "hydra/_internal/config_search_path_impl.py", [ "ConfigSearchPathImpl" ] ] ], "BashCompletion": [ [ "hydra/_internal/core_plugins/bash_completion.py", [ "BashCompletion" ] ] ], "BasicLauncherConf": [ [ "hydra/_internal/core_plugins/basic_launcher.py", [ "BasicLauncherConf" ] ] ], "BasicLauncher": [ [ "hydra/_internal/core_plugins/basic_launcher.py", [ "BasicLauncher" ] ] ], "BasicSweeperConf": [ [ "hydra/_internal/core_plugins/basic_sweeper.py", [ "BasicSweeperConf" ] ] ], "BasicSweeper": [ [ "hydra/_internal/core_plugins/basic_sweeper.py", [ "BasicSweeper" ] ] ], "FileConfigSource": [ [ "hydra/_internal/core_plugins/file_config_source.py", [ "FileConfigSource" ] ] ], "FishCompletion": [ [ "hydra/_internal/core_plugins/fish_completion.py", [ "FishCompletion" ] ] ], "ImportlibResourcesConfigSource": [ [ "hydra/_internal/core_plugins/importlib_resources_config_source.py", [ "ImportlibResourcesConfigSource" ] ] ], "StructuredConfigSource": [ [ "hydra/_internal/core_plugins/structured_config_source.py", [ "StructuredConfigSource" ] ] ], "ZshCompletion": [ [ "hydra/_internal/core_plugins/zsh_completion.py", [ "ZshCompletion" ] ] ], "Deletion": [ [ "hydra/_internal/defaults_list.py", [ "Deletion" ] ] ], "OverrideMetadata": [ [ "hydra/_internal/defaults_list.py", [ "OverrideMetadata" ] ] ], "Overrides": [ [ "hydra/_internal/defaults_list.py", [ "Overrides" ] ] ], "DefaultsList": [ [ "hydra/_internal/defaults_list.py", [ "DefaultsList" ] ] ], "Collector": [ [ "hydra/_internal/defaults_list.py", [ "_tree_to_list", "Collector" ] ] ], "FunctionCall": [ [ "hydra/_internal/grammar/functions.py", [ "FunctionCall" ] ] ], "Functions": [ [ "hydra/_internal/grammar/functions.py", [ "Functions" ] ] ], "Hydra": [ [ "hydra/_internal/hydra.py", [ "Hydra" ] ] ], "_Keys": [ [ "hydra/_internal/instantiate/_instantiate2.py", [ "_Keys" ] ] ], "SourcesRegistry": [ [ "hydra/_internal/sources_registry.py", [ "SourcesRegistry" ] ] ], "FakeTracebackType": [ [ "hydra/_internal/utils.py", [ "run_and_report", "try_", "except_Exception_as_ex_", "if__is_env_set_HYDRA_FUL", "else_", "try_", "if_isinstance_ex_Compact", "else_", "FakeTracebackType" ] ] ], "LazyCompletionHelp": [ [ "hydra/_internal/utils.py", [ "get_args_parser", "LazyCompletionHelp" ] ] ], "HelpConf": [ [ "hydra/conf/__init__.py", [ "HelpConf" ] ] ], "HydraHelpConf": [ [ "hydra/conf/__init__.py", [ "HydraHelpConf" ] ] ], "RunDir": [ [ "hydra/conf/__init__.py", [ "RunDir" ] ] ], "SweepDir": [ [ "hydra/conf/__init__.py", [ "SweepDir" ] ] ], "OverridesConf": [ [ "hydra/conf/__init__.py", [ "OverridesConf" ] ] ], "OverrideDirname": [ [ "hydra/conf/__init__.py", [ "JobConf", "JobConfig", "OverrideDirname" ] ] ], "JobConfig": [ [ "hydra/conf/__init__.py", [ "JobConf", "JobConfig" ] ] ], "JobConf": [ [ "hydra/conf/__init__.py", [ "JobConf" ] ] ], "ConfigSourceInfo": [ [ "hydra/conf/__init__.py", [ "ConfigSourceInfo" ] ] ], "RuntimeConf": [ [ "hydra/conf/__init__.py", [ "RuntimeConf" ] ] ], "HydraConf": [ [ "hydra/conf/__init__.py", [ "HydraConf" ] ] ], "ConfigLoader": [ [ "hydra/core/config_loader.py", [ "ConfigLoader" ] ] ], "SearchPathElement": [ [ "hydra/core/config_search_path.py", [ "SearchPathElement" ] ] ], "SearchPathQuery": [ [ "hydra/core/config_search_path.py", [ "SearchPathQuery" ] ] ], "ConfigSearchPath": [ [ "hydra/core/config_search_path.py", [ "ConfigSearchPath" ] ] ], "ConfigStoreWithProvider": [ [ "hydra/core/config_store.py", [ "ConfigStoreWithProvider" ] ] ], "ConfigNode": [ [ "hydra/core/config_store.py", [ "ConfigNode" ] ] ], "ConfigStore": [ [ "hydra/core/config_store.py", [ "ConfigStore" ] ] ], "ResultDefault": [ [ "hydra/core/default_element.py", [ "ResultDefault" ] ] ], "InputDefault": [ [ "hydra/core/default_element.py", [ "InputDefault" ] ] ], "VirtualRoot": [ [ "hydra/core/default_element.py", [ "VirtualRoot" ] ] ], "ConfigDefault": [ [ "hydra/core/default_element.py", [ "ConfigDefault" ] ] ], "GroupDefault": [ [ "hydra/core/default_element.py", [ "GroupDefault" ] ] ], "DefaultsTreeNode": [ [ "hydra/core/default_element.py", [ "DefaultsTreeNode" ] ] ], "GlobalHydra": [ [ "hydra/core/global_hydra.py", [ "GlobalHydra" ] ] ], "HydraConfig": [ [ "hydra/core/hydra_config.py", [ "HydraConfig" ] ] ], "ObjectType": [ [ "hydra/core/object_type.py", [ "ObjectType" ] ] ], "OverridesParser": [ [ "hydra/core/override_parser/overrides_parser.py", [ "OverridesParser" ] ] ], "HydraOverrideVisitor": [ [ "hydra/core/override_parser/overrides_visitor.py", [ "HydraOverrideVisitor" ] ] ], "HydraErrorListener": [ [ "hydra/core/override_parser/overrides_visitor.py", [ "HydraErrorListener" ] ] ], "Quote": [ [ "hydra/core/override_parser/types.py", [ "Quote" ] ] ], "QuotedString": [ [ "hydra/core/override_parser/types.py", [ "QuotedString" ] ] ], "Sweep": [ [ "hydra/core/override_parser/types.py", [ "Sweep" ] ] ], "ChoiceSweep": [ [ "hydra/core/override_parser/types.py", [ "ChoiceSweep" ] ] ], "FloatRange": [ [ "hydra/core/override_parser/types.py", [ "FloatRange" ] ] ], "RangeSweep": [ [ "hydra/core/override_parser/types.py", [ "RangeSweep" ] ] ], "IntervalSweep": [ [ "hydra/core/override_parser/types.py", [ "IntervalSweep" ] ] ], "OverrideType": [ [ "hydra/core/override_parser/types.py", [ "OverrideType" ] ] ], "ValueType": [ [ "hydra/core/override_parser/types.py", [ "ValueType" ] ] ], "Key": [ [ "hydra/core/override_parser/types.py", [ "Key" ] ] ], "Glob": [ [ "hydra/core/override_parser/types.py", [ "Glob" ] ] ], "Transformer": [ [ "hydra/core/override_parser/types.py", [ "Transformer" ] ] ], "Override": [ [ "hydra/core/override_parser/types.py", [ "Override" ] ] ], "ScanStats": [ [ "hydra/core/plugins.py", [ "ScanStats" ] ] ], "Plugins": [ [ "hydra/core/plugins.py", [ "Plugins" ] ] ], "Singleton": [ [ "hydra/core/singleton.py", [ "Singleton" ] ] ], "JobStatus": [ [ "hydra/core/utils.py", [ "JobStatus" ] ] ], "JobReturn": [ [ "hydra/core/utils.py", [ "JobReturn" ] ] ], "JobRuntime": [ [ "hydra/core/utils.py", [ "JobRuntime" ] ] ], "HydraException": [ [ "hydra/errors.py", [ "HydraException" ] ] ], "CompactHydraException": [ [ "hydra/errors.py", [ "CompactHydraException" ] ] ], "OverrideParseException": [ [ "hydra/errors.py", [ "OverrideParseException" ] ] ], "InstantiationException": [ [ "hydra/errors.py", [ "InstantiationException" ] ] ], "ConfigCompositionException": [ [ "hydra/errors.py", [ "ConfigCompositionException" ] ] ], "SearchPathException": [ [ "hydra/errors.py", [ "SearchPathException" ] ] ], "MissingConfigException": [ [ "hydra/errors.py", [ "MissingConfigException" ] ] ], "HydraDeprecationError": [ [ "hydra/errors.py", [ "HydraDeprecationError" ] ] ], "Callback": [ [ "hydra/experimental/callback.py", [ "Callback" ] ] ], "initialize": [ [ "hydra/experimental/initialize.py", [ "initialize" ] ], [ "hydra/initialize.py", [ "initialize" ] ] ], "initialize_config_module": [ [ "hydra/experimental/initialize.py", [ "initialize_config_module" ] ], [ "hydra/initialize.py", [ "initialize_config_module" ] ] ], "initialize_config_dir": [ [ "hydra/experimental/initialize.py", [ "initialize_config_dir" ] ], [ "hydra/initialize.py", [ "initialize_config_dir" ] ] ], "CompletionPlugin": [ [ "hydra/plugins/completion_plugin.py", [ "CompletionPlugin" ] ] ], "DefaultCompletionPlugin": [ [ "hydra/plugins/completion_plugin.py", [ "DefaultCompletionPlugin" ] ] ], "ConfigResult": [ [ "hydra/plugins/config_source.py", [ "ConfigResult" ] ] ], "ConfigLoadError": [ [ "hydra/plugins/config_source.py", [ "ConfigLoadError" ] ] ], "ConfigSource": [ [ "hydra/plugins/config_source.py", [ "ConfigSource" ] ] ], "Launcher": [ [ "hydra/plugins/launcher.py", [ "Launcher" ] ] ], "Plugin": [ [ "hydra/plugins/plugin.py", [ "Plugin" ] ], [ "noxfile.py", [ "Plugin" ] ], [ "tests/test_config_loader.py", [ "Plugin" ] ] ], "SearchPathPlugin": [ [ "hydra/plugins/search_path_plugin.py", [ "SearchPathPlugin" ] ] ], "Sweeper": [ [ "hydra/plugins/sweeper.py", [ "Sweeper" ] ] ], "ConfigSourceTestSuite": [ [ "hydra/test_utils/config_source_common_tests.py", [ "ConfigSourceTestSuite" ] ] ], "LauncherTestSuite": [ [ "hydra/test_utils/launcher_common_tests.py", [ "LauncherTestSuite" ] ] ], "BatchedSweeperTestSuite": [ [ "hydra/test_utils/launcher_common_tests.py", [ "BatchedSweeperTestSuite" ] ] ], "IntegrationTestSuite": [ [ "hydra/test_utils/launcher_common_tests.py", [ "IntegrationTestSuite" ] ] ], "TaskTestFunction": [ [ "hydra/test_utils/test_utils.py", [ "TaskTestFunction" ] ] ], "TTaskRunner": [ [ "hydra/test_utils/test_utils.py", [ "TTaskRunner" ] ] ], "SweepTaskFunction": [ [ "hydra/test_utils/test_utils.py", [ "SweepTaskFunction" ] ] ], "TSweepRunner": [ [ "hydra/test_utils/test_utils.py", [ "TSweepRunner" ] ] ], "HydraContext": [ [ "hydra/types.py", [ "HydraContext" ] ] ], "TargetConf": [ [ "hydra/types.py", [ "TargetConf" ] ] ], "RunMode": [ [ "hydra/types.py", [ "RunMode" ] ] ], "ConvertMode": [ [ "hydra/types.py", [ "ConvertMode" ] ] ], "Trial": [ [ "plugins/hydra_ax_sweeper/hydra_plugins/hydra_ax_sweeper/_core.py", [ "Trial" ] ] ], "TrialBatch": [ [ "plugins/hydra_ax_sweeper/hydra_plugins/hydra_ax_sweeper/_core.py", [ "TrialBatch" ] ] ], "CoreAxSweeper": [ [ "plugins/hydra_ax_sweeper/hydra_plugins/hydra_ax_sweeper/_core.py", [ "CoreAxSweeper" ] ] ], "EarlyStopper": [ [ "plugins/hydra_ax_sweeper/hydra_plugins/hydra_ax_sweeper/_earlystopper.py", [ "EarlyStopper" ] ] ], "AxSweeper": [ [ "plugins/hydra_ax_sweeper/hydra_plugins/hydra_ax_sweeper/ax_sweeper.py", [ "AxSweeper" ] ] ], "EarlyStopConfig": [ [ "plugins/hydra_ax_sweeper/hydra_plugins/hydra_ax_sweeper/config.py", [ "EarlyStopConfig" ] ] ], "ExperimentConfig": [ [ "plugins/hydra_ax_sweeper/hydra_plugins/hydra_ax_sweeper/config.py", [ "ExperimentConfig" ] ] ], "ClientConfig": [ [ "plugins/hydra_ax_sweeper/hydra_plugins/hydra_ax_sweeper/config.py", [ "ClientConfig" ] ] ], "AxConfig": [ [ "plugins/hydra_ax_sweeper/hydra_plugins/hydra_ax_sweeper/config.py", [ "AxConfig" ] ] ], "AxSweeperConf": [ [ "plugins/hydra_ax_sweeper/hydra_plugins/hydra_ax_sweeper/config.py", [ "AxSweeperConf" ] ] ], "HydraColorlogSearchPathPlugin": [ [ "plugins/hydra_colorlog/hydra_plugins/hydra_colorlog/colorlog.py", [ "HydraColorlogSearchPathPlugin" ] ] ], "JobLibLauncherConf": [ [ "plugins/hydra_joblib_launcher/hydra_plugins/hydra_joblib_launcher/config.py", [ "JobLibLauncherConf" ] ] ], "JoblibLauncher": [ [ "plugins/hydra_joblib_launcher/hydra_plugins/hydra_joblib_launcher/joblib_launcher.py", [ "JoblibLauncher" ] ] ], "TestJoblibLauncher": [ [ "plugins/hydra_joblib_launcher/tests/test_joblib_launcher.py", [ "TestJoblibLauncher" ] ] ], "TestJoblibLauncherIntegration": [ [ "plugins/hydra_joblib_launcher/tests/test_joblib_launcher.py", [ "TestJoblibLauncherIntegration" ] ] ], "NevergradSweeperImpl": [ [ "plugins/hydra_nevergrad_sweeper/hydra_plugins/hydra_nevergrad_sweeper/_impl.py", [ "NevergradSweeperImpl" ] ] ], "ScalarConfigSpec": [ [ "plugins/hydra_nevergrad_sweeper/hydra_plugins/hydra_nevergrad_sweeper/config.py", [ "ScalarConfigSpec" ] ] ], "OptimConf": [ [ "plugins/hydra_nevergrad_sweeper/hydra_plugins/hydra_nevergrad_sweeper/config.py", [ "OptimConf" ] ] ], "NevergradSweeperConf": [ [ "plugins/hydra_nevergrad_sweeper/hydra_plugins/hydra_nevergrad_sweeper/config.py", [ "NevergradSweeperConf" ] ] ], "NevergradSweeper": [ [ "plugins/hydra_nevergrad_sweeper/hydra_plugins/hydra_nevergrad_sweeper/nevergrad_sweeper.py", [ "NevergradSweeper" ] ] ], "OptunaSweeperImpl": [ [ "plugins/hydra_optuna_sweeper/hydra_plugins/hydra_optuna_sweeper/_impl.py", [ "OptunaSweeperImpl" ] ] ], "DistributionType": [ [ "plugins/hydra_optuna_sweeper/hydra_plugins/hydra_optuna_sweeper/config.py", [ "DistributionType" ] ] ], "Direction": [ [ "plugins/hydra_optuna_sweeper/hydra_plugins/hydra_optuna_sweeper/config.py", [ "Direction" ] ] ], "SamplerConfig": [ [ "plugins/hydra_optuna_sweeper/hydra_plugins/hydra_optuna_sweeper/config.py", [ "SamplerConfig" ] ] ], "TPESamplerConfig": [ [ "plugins/hydra_optuna_sweeper/hydra_plugins/hydra_optuna_sweeper/config.py", [ "TPESamplerConfig" ] ] ], "RandomSamplerConfig": [ [ "plugins/hydra_optuna_sweeper/hydra_plugins/hydra_optuna_sweeper/config.py", [ "RandomSamplerConfig" ] ] ], "CmaEsSamplerConfig": [ [ "plugins/hydra_optuna_sweeper/hydra_plugins/hydra_optuna_sweeper/config.py", [ "CmaEsSamplerConfig" ] ] ], "NSGAIISamplerConfig": [ [ "plugins/hydra_optuna_sweeper/hydra_plugins/hydra_optuna_sweeper/config.py", [ "NSGAIISamplerConfig" ] ] ], "MOTPESamplerConfig": [ [ "plugins/hydra_optuna_sweeper/hydra_plugins/hydra_optuna_sweeper/config.py", [ "MOTPESamplerConfig" ] ] ], "DistributionConfig": [ [ "plugins/hydra_optuna_sweeper/hydra_plugins/hydra_optuna_sweeper/config.py", [ "DistributionConfig" ] ] ], "OptunaSweeperConf": [ [ "plugins/hydra_optuna_sweeper/hydra_plugins/hydra_optuna_sweeper/config.py", [ "OptunaSweeperConf" ] ] ], "OptunaSweeper": [ [ "plugins/hydra_optuna_sweeper/hydra_plugins/hydra_optuna_sweeper/optuna_sweeper.py", [ "OptunaSweeper" ] ] ], "MyModel": [ [ "plugins/hydra_ray_launcher/examples/upload_download/model/my_model.py", [ "MyModel" ] ] ], "RayConf": [ [ "plugins/hydra_ray_launcher/hydra_plugins/hydra_ray_launcher/_config.py", [ "RayConf" ] ] ], "RayLauncherConf": [ [ "plugins/hydra_ray_launcher/hydra_plugins/hydra_ray_launcher/_config.py", [ "RayLauncherConf" ] ] ], "RayAutoScalingMode": [ [ "plugins/hydra_ray_launcher/hydra_plugins/hydra_ray_launcher/_config.py", [ "RayAutoScalingMode" ] ] ], "RayLoggingStyle": [ [ "plugins/hydra_ray_launcher/hydra_plugins/hydra_ray_launcher/_config.py", [ "RayLoggingStyle" ] ] ], "RayLoggingColorMode": [ [ "plugins/hydra_ray_launcher/hydra_plugins/hydra_ray_launcher/_config.py", [ "RayLoggingColorMode" ] ] ], "RayLoggingVerbosity": [ [ "plugins/hydra_ray_launcher/hydra_plugins/hydra_ray_launcher/_config.py", [ "RayLoggingVerbosity" ] ] ], "RayLoggingConf": [ [ "plugins/hydra_ray_launcher/hydra_plugins/hydra_ray_launcher/_config.py", [ "RayLoggingConf" ] ] ], "RayCreateOrUpdateClusterConf": [ [ "plugins/hydra_ray_launcher/hydra_plugins/hydra_ray_launcher/_config.py", [ "RayCreateOrUpdateClusterConf" ] ] ], "RayTeardownClusterConf": [ [ "plugins/hydra_ray_launcher/hydra_plugins/hydra_ray_launcher/_config.py", [ "RayTeardownClusterConf" ] ] ], "RayDockerConf": [ [ "plugins/hydra_ray_launcher/hydra_plugins/hydra_ray_launcher/_config.py", [ "RayDockerConf" ] ] ], "RayProviderConf": [ [ "plugins/hydra_ray_launcher/hydra_plugins/hydra_ray_launcher/_config.py", [ "RayProviderConf" ] ] ], "RsyncConf": [ [ "plugins/hydra_ray_launcher/hydra_plugins/hydra_ray_launcher/_config.py", [ "RsyncConf" ] ] ], "EnvSetupConf": [ [ "plugins/hydra_ray_launcher/hydra_plugins/hydra_ray_launcher/_config.py", [ "EnvSetupConf" ] ] ], "RayRunEnv": [ [ "plugins/hydra_ray_launcher/hydra_plugins/hydra_ray_launcher/_config.py", [ "RayRunEnv" ] ] ], "RayClusterConf": [ [ "plugins/hydra_ray_launcher/hydra_plugins/hydra_ray_launcher/_config.py", [ "RayClusterConf" ] ] ], "RayAWSConf": [ [ "plugins/hydra_ray_launcher/hydra_plugins/hydra_ray_launcher/_config.py", [ "RayAWSConf" ] ] ], "RayAWSLauncherConf": [ [ "plugins/hydra_ray_launcher/hydra_plugins/hydra_ray_launcher/_config.py", [ "RayAWSLauncherConf" ] ] ], "RayAWSLauncher": [ [ "plugins/hydra_ray_launcher/hydra_plugins/hydra_ray_launcher/ray_aws_launcher.py", [ "RayAWSLauncher" ] ] ], "RayLauncher": [ [ "plugins/hydra_ray_launcher/hydra_plugins/hydra_ray_launcher/ray_launcher.py", [ "RayLauncher" ] ] ], "TestRayAWSLauncher": [ [ "plugins/hydra_ray_launcher/tests/test_ray_aws_launcher.py", [ "TestRayAWSLauncher" ] ] ], "TestRayAWSLauncherIntegration": [ [ "plugins/hydra_ray_launcher/tests/test_ray_aws_launcher.py", [ "TestRayAWSLauncherIntegration" ] ] ], "TestRayLauncher": [ [ "plugins/hydra_ray_launcher/tests/test_ray_launcher.py", [ "TestRayLauncher" ] ] ], "TestRayLauncherIntegration": [ [ "plugins/hydra_ray_launcher/tests/test_ray_launcher.py", [ "TestRayLauncherIntegration" ] ] ], "StopAfterEnqueue": [ [ "plugins/hydra_rq_launcher/hydra_plugins/hydra_rq_launcher/_core.py", [ "StopAfterEnqueue" ] ] ], "RedisConf": [ [ "plugins/hydra_rq_launcher/hydra_plugins/hydra_rq_launcher/config.py", [ "RedisConf" ] ] ], "EnqueueConf": [ [ "plugins/hydra_rq_launcher/hydra_plugins/hydra_rq_launcher/config.py", [ "EnqueueConf" ] ] ], "RQLauncherConf": [ [ "plugins/hydra_rq_launcher/hydra_plugins/hydra_rq_launcher/config.py", [ "RQLauncherConf" ] ] ], "RQLauncher": [ [ "plugins/hydra_rq_launcher/hydra_plugins/hydra_rq_launcher/rq_launcher.py", [ "RQLauncher" ] ] ], "TestRQLauncher": [ [ "plugins/hydra_rq_launcher/tests/test_rq_launcher.py", [ "TestRQLauncher" ] ] ], "TestRQLauncherIntegration": [ [ "plugins/hydra_rq_launcher/tests/test_rq_launcher.py", [ "TestRQLauncherIntegration" ] ] ], "BaseQueueConf": [ [ "plugins/hydra_submitit_launcher/hydra_plugins/hydra_submitit_launcher/config.py", [ "BaseQueueConf" ] ] ], "SlurmQueueConf": [ [ "plugins/hydra_submitit_launcher/hydra_plugins/hydra_submitit_launcher/config.py", [ "SlurmQueueConf" ] ] ], "LocalQueueConf": [ [ "plugins/hydra_submitit_launcher/hydra_plugins/hydra_submitit_launcher/config.py", [ "LocalQueueConf" ] ] ], "BaseSubmititLauncher": [ [ "plugins/hydra_submitit_launcher/hydra_plugins/hydra_submitit_launcher/submitit_launcher.py", [ "BaseSubmititLauncher" ] ] ], "LocalLauncher": [ [ "plugins/hydra_submitit_launcher/hydra_plugins/hydra_submitit_launcher/submitit_launcher.py", [ "LocalLauncher" ] ] ], "SlurmLauncher": [ [ "plugins/hydra_submitit_launcher/hydra_plugins/hydra_submitit_launcher/submitit_launcher.py", [ "SlurmLauncher" ] ] ], "TestSubmititLauncher": [ [ "plugins/hydra_submitit_launcher/tests/test_submitit_launcher.py", [ "TestSubmititLauncher" ] ] ], "TestSubmititLauncherIntegration": [ [ "plugins/hydra_submitit_launcher/tests/test_submitit_launcher.py", [ "TestSubmititLauncherIntegration" ] ] ], "ArgsClass": [ [ "tests/instantiate/__init__.py", [ "ArgsClass" ] ] ], "AClass": [ [ "tests/instantiate/__init__.py", [ "AClass" ] ] ], "BClass": [ [ "tests/instantiate/__init__.py", [ "BClass" ] ] ], "TargetInParamsClass": [ [ "tests/instantiate/__init__.py", [ "TargetInParamsClass" ] ] ], "UntypedPassthroughConf": [ [ "tests/instantiate/__init__.py", [ "UntypedPassthroughConf" ] ] ], "UntypedPassthroughClass": [ [ "tests/instantiate/__init__.py", [ "UntypedPassthroughClass" ] ] ], "IllegalType": [ [ "tests/instantiate/__init__.py", [ "IllegalType" ] ] ], "AnotherClass": [ [ "tests/instantiate/__init__.py", [ "AnotherClass" ] ] ], "ASubclass": [ [ "tests/instantiate/__init__.py", [ "ASubclass" ] ] ], "Parameters": [ [ "tests/instantiate/__init__.py", [ "Parameters" ] ] ], "Adam": [ [ "tests/instantiate/__init__.py", [ "Adam" ] ], [ "tests/test_apps/config_source_test/structured.py", [ "Adam" ] ] ], "NestingClass": [ [ "tests/instantiate/__init__.py", [ "NestingClass" ] ] ], "ClassWithMissingModule": [ [ "tests/instantiate/__init__.py", [ "ClassWithMissingModule" ] ] ], "AdamConf": [ [ "tests/instantiate/__init__.py", [ "AdamConf" ] ] ], "BadAdamConf": [ [ "tests/instantiate/__init__.py", [ "BadAdamConf" ] ] ], "User": [ [ "tests/instantiate/__init__.py", [ "User" ] ], [ "tools/configen/configen/samples/my_module.py", [ "User" ] ], [ "tools/configen/tests/test_modules/__init__.py", [ "User" ] ], [ "tools/configen/tests/test_modules/future_annotations.py", [ "User" ] ] ], "UserGroup": [ [ "tests/instantiate/__init__.py", [ "UserGroup" ] ] ], "Transform": [ [ "tests/instantiate/__init__.py", [ "Transform" ] ] ], "CenterCrop": [ [ "tests/instantiate/__init__.py", [ "CenterCrop" ] ] ], "Rotation": [ [ "tests/instantiate/__init__.py", [ "Rotation" ] ] ], "Compose": [ [ "tests/instantiate/__init__.py", [ "Compose" ] ] ], "Mapping": [ [ "tests/instantiate/__init__.py", [ "Mapping" ] ] ], "TransformConf": [ [ "tests/instantiate/__init__.py", [ "TransformConf" ] ] ], "CenterCropConf": [ [ "tests/instantiate/__init__.py", [ "CenterCropConf" ] ] ], "RotationConf": [ [ "tests/instantiate/__init__.py", [ "RotationConf" ] ] ], "ComposeConf": [ [ "tests/instantiate/__init__.py", [ "ComposeConf" ] ] ], "MappingConf": [ [ "tests/instantiate/__init__.py", [ "MappingConf" ] ] ], "SimpleDataClass": [ [ "tests/instantiate/__init__.py", [ "SimpleDataClass" ] ] ], "SimpleClass": [ [ "tests/instantiate/__init__.py", [ "SimpleClass" ] ] ], "SimpleClassPrimitiveConf": [ [ "tests/instantiate/__init__.py", [ "SimpleClassPrimitiveConf" ] ] ], "SimpleClassNonPrimitiveConf": [ [ "tests/instantiate/__init__.py", [ "SimpleClassNonPrimitiveConf" ] ] ], "SimpleClassDefaultPrimitiveConf": [ [ "tests/instantiate/__init__.py", [ "SimpleClassDefaultPrimitiveConf" ] ] ], "NestedConf": [ [ "tests/instantiate/__init__.py", [ "NestedConf" ] ] ], "PosOnlyArgsClass": [ [ "tests/instantiate/positional_only.py", [ "PosOnlyArgsClass" ] ] ], "DictValues": [ [ "tests/instantiate/test_instantiate.py", [ "DictValues" ] ], [ "tools/configen/tests/test_modules/__init__.py", [ "DictValues" ] ] ], "ListValues": [ [ "tests/instantiate/test_instantiate.py", [ "ListValues" ] ], [ "tools/configen/tests/test_modules/__init__.py", [ "ListValues" ] ] ], "DictValuesConf": [ [ "tests/instantiate/test_instantiate.py", [ "test_dict_with_structured_config", "DictValuesConf" ] ], [ "tests/instantiate/test_instantiate.py", [ "test_dict_as_none", "DictValuesConf" ] ], [ "tools/configen/tests/test_modules/generated.py", [ "DictValuesConf" ] ] ], "ListValuesConf": [ [ "tests/instantiate/test_instantiate.py", [ "test_list_with_structured_config", "ListValuesConf" ] ], [ "tests/instantiate/test_instantiate.py", [ "test_list_as_none", "ListValuesConf" ] ], [ "tools/configen/tests/test_modules/generated.py", [ "ListValuesConf" ] ] ], "NotHiddenTestPlugin": [ [ "tests/standalone_apps/discovery_test_plugin/hydra_plugins/discovery_test/__not_hidden_plugin.py", [ "NotHiddenTestPlugin" ] ] ], "HiddenTestPlugin": [ [ "tests/standalone_apps/discovery_test_plugin/hydra_plugins/discovery_test/_hidden_plugin.py", [ "HiddenTestPlugin" ] ] ], "DiscoveryTestPlugin": [ [ "tests/standalone_apps/discovery_test_plugin/hydra_plugins/discovery_test/discovery_test.py", [ "DiscoveryTestPlugin" ] ] ], "CustomCallback": [ [ "tests/test_apps/app_with_callbacks/custom_callback/my_app.py", [ "CustomCallback" ] ] ], "ConfigWithoutGroup": [ [ "tests/test_apps/config_source_test/structured.py", [ "ConfigWithoutGroup" ] ] ], "ConfigWithUnicode": [ [ "tests/test_apps/config_source_test/structured.py", [ "ConfigWithUnicode" ] ] ], "Cifar10": [ [ "tests/test_apps/config_source_test/structured.py", [ "Cifar10" ] ] ], "ImageNet": [ [ "tests/test_apps/config_source_test/structured.py", [ "ImageNet" ] ] ], "ConfigWithoutExt": [ [ "tests/test_apps/config_source_test/structured.py", [ "ConfigWithoutExt" ] ] ], "Nesterov": [ [ "tests/test_apps/config_source_test/structured.py", [ "Nesterov" ] ] ], "TestEnvDefaultSearchPathPlugin": [ [ "tests/test_apps/custom_env_defaults/hydra_plugins/env_defaults/env_defaults.py", [ "TestEnvDefaultSearchPathPlugin" ] ] ], "TestConfig": [ [ "tests/test_apps/multirun_structured_conflict/my_app.py", [ "TestConfig" ] ] ], "TestBasicLauncher": [ [ "tests/test_basic_launcher.py", [ "TestBasicLauncher" ] ] ], "TestBasicLauncherIntegration": [ [ "tests/test_basic_launcher.py", [ "TestBasicLauncherIntegration" ] ] ], "TestBasicSweeperWithBatching": [ [ "tests/test_basic_launcher.py", [ "TestBasicSweeperWithBatching" ] ] ], "TestRunCompletion": [ [ "tests/test_completion.py", [ "TestRunCompletion" ] ] ], "TestMultirunCompletion": [ [ "tests/test_completion.py", [ "TestMultirunCompletion" ] ] ], "TestCompose": [ [ "tests/test_compose.py", [ "TestCompose" ] ] ], "TestComposeInits": [ [ "tests/test_compose.py", [ "TestComposeInits" ] ] ], "TestAdd": [ [ "tests/test_compose.py", [ "TestAdd" ] ] ], "TestConfigSearchPathOverride": [ [ "tests/test_compose.py", [ "TestConfigSearchPathOverride" ] ] ], "TopLevelConfig": [ [ "tests/test_config_loader.py", [ "TopLevelConfig" ] ] ], "TestConfigLoader": [ [ "tests/test_config_loader.py", [ "TestConfigLoader" ] ] ], "FoobarParams": [ [ "tests/test_config_loader.py", [ "ConcretePlugin", "FoobarParams" ] ] ], "ConcretePlugin": [ [ "tests/test_config_loader.py", [ "ConcretePlugin" ] ] ], "InvalidPlugin": [ [ "tests/test_config_loader.py", [ "InvalidPlugin" ] ] ], "TestConfigRepository": [ [ "tests/test_config_repository.py", [ "TestConfigRepository" ] ] ], "TestVariousRuns": [ [ "tests/test_hydra.py", [ "TestVariousRuns" ] ] ], "TestTaskRunnerLogging": [ [ "tests/test_hydra.py", [ "TestTaskRunnerLogging" ] ] ], "IncompatibleSweeper": [ [ "tests/test_hydra_context_warnings.py", [ "IncompatibleSweeper" ] ] ], "IncompatibleLauncher": [ [ "tests/test_hydra_context_warnings.py", [ "IncompatibleLauncher" ] ] ], "CastResults": [ [ "tests/test_overrides_parser.py", [ "CastResults" ] ] ], "F": [ [ "tests/test_overrides_parser.py", [ "F" ] ] ], "DemoFunctions": [ [ "tests/test_utils.py", [ "TestRunAndReport", "DemoFunctions" ] ] ], "TestRunAndReport": [ [ "tests/test_utils.py", [ "TestRunAndReport" ] ] ], "Flags": [ [ "tools/configen/configen/config.py", [ "Flags" ] ] ], "ModuleConf": [ [ "tools/configen/configen/config.py", [ "ModuleConf" ] ] ], "ConfigenConf": [ [ "tools/configen/configen/config.py", [ "ConfigenConf" ] ] ], "Parameter": [ [ "tools/configen/configen/configen.py", [ "Parameter" ] ] ], "ClassInfo": [ [ "tools/configen/configen/configen.py", [ "ClassInfo" ] ] ], "Admin": [ [ "tools/configen/configen/samples/my_module.py", [ "Admin" ] ] ], "UserConf": [ [ "tools/configen/example/config/configen/samples/my_module.py", [ "UserConf" ] ] ], "AdminConf": [ [ "tools/configen/example/config/configen/samples/my_module.py", [ "AdminConf" ] ] ], "Color": [ [ "tools/configen/tests/test_modules/__init__.py", [ "Color" ] ] ], "LibraryClass": [ [ "tools/configen/tests/test_modules/__init__.py", [ "LibraryClass" ] ], [ "tools/configen/tests/test_modules/future_annotations.py", [ "LibraryClass" ] ] ], "Empty": [ [ "tools/configen/tests/test_modules/__init__.py", [ "Empty" ] ] ], "UntypedArg": [ [ "tools/configen/tests/test_modules/__init__.py", [ "UntypedArg" ] ] ], "IntArg": [ [ "tools/configen/tests/test_modules/__init__.py", [ "IntArg" ] ] ], "UnionArg": [ [ "tools/configen/tests/test_modules/__init__.py", [ "UnionArg" ] ] ], "WithLibraryClassArg": [ [ "tools/configen/tests/test_modules/__init__.py", [ "WithLibraryClassArg" ] ] ], "IncompatibleDataclass": [ [ "tools/configen/tests/test_modules/__init__.py", [ "IncompatibleDataclass" ] ] ], "IncompatibleDataclassArg": [ [ "tools/configen/tests/test_modules/__init__.py", [ "IncompatibleDataclassArg" ] ] ], "WithStringDefault": [ [ "tools/configen/tests/test_modules/__init__.py", [ "WithStringDefault" ] ] ], "WithUntypedStringDefault": [ [ "tools/configen/tests/test_modules/__init__.py", [ "WithUntypedStringDefault" ] ] ], "PeskySentinel": [ [ "tools/configen/tests/test_modules/__init__.py", [ "PeskySentinel" ] ] ], "PeskySentinelUsage": [ [ "tools/configen/tests/test_modules/__init__.py", [ "PeskySentinelUsage" ] ] ], "Tuples": [ [ "tools/configen/tests/test_modules/__init__.py", [ "Tuples" ] ] ], "EmptyConf": [ [ "tools/configen/tests/test_modules/default_flags/both.py", [ "EmptyConf" ] ], [ "tools/configen/tests/test_modules/default_flags/convert.py", [ "EmptyConf" ] ], [ "tools/configen/tests/test_modules/default_flags/noflags.py", [ "EmptyConf" ] ], [ "tools/configen/tests/test_modules/default_flags/recursive.py", [ "EmptyConf" ] ], [ "tools/configen/tests/test_modules/generated.py", [ "EmptyConf" ] ] ], "ExampleClass": [ [ "tools/configen/tests/test_modules/future_annotations.py", [ "ExampleClass" ] ] ], "UntypedArgConf": [ [ "tools/configen/tests/test_modules/generated.py", [ "UntypedArgConf" ] ] ], "IntArgConf": [ [ "tools/configen/tests/test_modules/generated.py", [ "IntArgConf" ] ] ], "UnionArgConf": [ [ "tools/configen/tests/test_modules/generated.py", [ "UnionArgConf" ] ] ], "WithLibraryClassArgConf": [ [ "tools/configen/tests/test_modules/generated.py", [ "WithLibraryClassArgConf" ] ] ], "IncompatibleDataclassArgConf": [ [ "tools/configen/tests/test_modules/generated.py", [ "IncompatibleDataclassArgConf" ] ] ], "WithStringDefaultConf": [ [ "tools/configen/tests/test_modules/generated.py", [ "WithStringDefaultConf" ] ] ], "WithUntypedStringDefaultConf": [ [ "tools/configen/tests/test_modules/generated.py", [ "WithUntypedStringDefaultConf" ] ] ], "TuplesConf": [ [ "tools/configen/tests/test_modules/generated.py", [ "TuplesConf" ] ] ], "PeskySentinelUsageConf": [ [ "tools/configen/tests/test_modules/generated.py", [ "PeskySentinelUsageConf" ] ] ], "ExampleClassConf": [ [ "tools/configen/tests/test_modules/generated_future_annotations.py", [ "ExampleClassConf" ] ] ], "Action": [ [ "tools/release/release.py", [ "Action" ] ] ], "VersionType": [ [ "tools/release/release.py", [ "VersionType" ] ] ], "Package": [ [ "tools/release/release.py", [ "Package" ] ] ], "Package_4": [ [ "tools/release/release.py", [ "Package_4" ] ] ] }