mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#796)
This commit is contained in:
@@ -28,7 +28,7 @@ ClearML logs the OmegaConf as a blob and can be viewed in the
|
||||
## Modifying Hydra Values
|
||||
|
||||
### Via Command Line
|
||||
You can use Hydra's command line syntax to modify your OmegaConf: override, append, or remove config values:
|
||||
You can use Hydra's command line syntax to modify your OmegaConf: override, append, or remove configuration values:
|
||||
* Override config value: `foo.bar=value`
|
||||
* Append config value: `+foo.bar=value`
|
||||
* Remove config value: `~foo.bar` or `~foo.bar=value`
|
||||
|
||||
Reference in New Issue
Block a user