Fix typo (#19)

This commit is contained in:
pollfly 2021-07-23 11:24:37 +03:00 committed by GitHub
parent 63ed502115
commit c1b9b2e129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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