Skip to content

Commit

Permalink
Capitalize YouTube (#8903)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Aug 8, 2022
1 parent 4bb3052 commit f5335f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/loggers/clearml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ python utils/loggers/clearml/hpo.py
Running HPO locally is really handy, but what if we want to run our experiments on a remote machine instead? Maybe you have access to a very powerful GPU machine on-site or you have some budget to use cloud GPUs.
This is where the ClearML Agent comes into play. Check out what the agent can do here:

- [Youtube video](https://youtu.be/MX3BrXnaULs)
- [YouTube video](https://youtu.be/MX3BrXnaULs)
- [Documentation](https://clear.ml/docs/latest/docs/clearml_agent)

In short: every experiment tracked by the experiment manager contains enough information to reproduce it on a different machine (installed packages, uncommitted changes etc.). So a ClearML agent does just that: it listens to a queue for incoming tasks and when it finds one, it recreates the environment and runs it while still reporting scalars, plots etc. to the experiment manager.
Expand Down

0 comments on commit f5335f2

Please sign in to comment.