Remove model_config example reference (#175)

This commit is contained in:
pollfly 2022-01-25 16:19:56 +02:00 committed by GitHub
parent c7591a3a08
commit c69d057baa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,8 +165,6 @@ config_file_yaml = task.connect_configuration(name="yaml file", configuration='p
Configuration objects can be split into categories in the Configuration section. Configuration objects can be split into categories in the Configuration section.
The "name" argument, is the name of the section that the object will go into. If a section name is not specified, the default section is *General*. The "name" argument, is the name of the section that the object will go into. If a section name is not specified, the default section is *General*.
See [here](https://github.com/allegroai/clearml/blob/master/examples/reporting/model_config.py) for a detailed example.
![Configuration objects](../img/fundamentals_hyperparameters_config_objects.png) ![Configuration objects](../img/fundamentals_hyperparameters_config_objects.png)
## Manual Parameter Access ## Manual Parameter Access