Small edits (#435)

This commit is contained in:
pollfly
2023-01-12 16:57:08 +02:00
committed by GitHub
parent 0934530a3a
commit 21d9c7e29b
10 changed files with 12 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ keywords: [mlops, components, hyperparameter optimization, hyperparameter]
<details className="cml-expansion-panel info">
<summary className="cml-expansion-panel-summary">Read the transcript</summary>
<div className="cml-expansion-panel-content">
Hello and welcome to ClearML. In this video well take a look at one cool way of using the agent other than rerunning a task remotely: hyperparameter optimization.
Hello and welcome to ClearML. In this video well take a look at one cool way of using the agent other than rerunning a task remotely: hyperparameter optimization (HPO).
By now, we know that ClearML can easily capture our hyperparameters and scalars as part of the experiment tracking. We also know we can clone any task and change its hyperparameters, so theyll be injected into the original code at runtime. In the last video, we learnt how to make a remote machine execute this task automatically by using the agent.