mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Capitalized examples task name, updated example requirements (#573)
This commit is contained in:
@@ -10,7 +10,7 @@ from clearml import Task
|
||||
@hydra.main(config_path="config_files", config_name="config")
|
||||
def my_app(cfg):
|
||||
# type (DictConfig) -> None
|
||||
task = Task.init(project_name="examples", task_name="hydra configuration")
|
||||
task = Task.init(project_name="examples", task_name="Hydra configuration")
|
||||
logger = task.get_logger()
|
||||
logger.report_text("You can view your full hydra configuration under Configuration tab in the UI")
|
||||
print(OmegaConf.to_yaml(cfg))
|
||||
|
||||
Reference in New Issue
Block a user