mirror of
https://github.com/clearml/clearml-docs
synced 2025-03-03 10:42:51 +00:00
Fix typo (#19)
This commit is contained in:
parent
63ed502115
commit
c1b9b2e129
@ -103,7 +103,7 @@ ClearML automatically captures TFDefine files, which are used as configuration f
|
||||
[Hydra](https://github.com/facebookresearch/hydra) is a module developed by FaceBook AI Research to manage experiments'
|
||||
parameters. Hydra offers the best of both worlds, managing configurations with files while making parameters overridable at runtime.
|
||||
|
||||
ClearML logs the Omegaconf which holds all the configuration files, as well as overriden values.
|
||||
ClearML logs the Omegaconf which holds all the configuration files, as well as overridden values.
|
||||
|
||||
Check out the [example code](https://github.com/allegroai/clearml/blob/master/examples/frameworks/hydra/hydra_example.py),
|
||||
which demonstrates the creation of a configuration object to which configuration values can be added and overridden using the
|
||||
|
Loading…
Reference in New Issue
Block a user