Small edits (#1033)
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
pollfly
2025-02-09 19:46:40 +02:00
committed by GitHub
parent e99e033b06
commit 79eff642ff
87 changed files with 104 additions and 104 deletions

View File

@@ -36,7 +36,7 @@ We can see that no code was used to log the scalar. It's done automatically beca
We are using a training script as our task in our example here, but the optimizer doesnt actually care whats in our task, it just wants inputs and outputs. So you can optimize basically anything you want.
The only thing we have to do to start optimizing this model is to write a small python file detailing what exactly we want our optimizer to do.
The only thing we have to do to start optimizing this model is to write a small Python file detailing what exactly we want our optimizer to do.
When youre a ClearML Pro user, you can just start the optimizer straight from the UI, but more on that later.