From c69d057baa22599831e965c58cb2d20f3bc49063 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Tue, 25 Jan 2022 16:19:56 +0200 Subject: [PATCH] Remove model_config example reference (#175) --- docs/fundamentals/hyperparameters.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/fundamentals/hyperparameters.md b/docs/fundamentals/hyperparameters.md index caec0165..c18b0ffe 100644 --- a/docs/fundamentals/hyperparameters.md +++ b/docs/fundamentals/hyperparameters.md @@ -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. 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) ## Manual Parameter Access