Small edits (#668)

This commit is contained in:
pollfly
2023-09-11 13:33:30 +03:00
committed by GitHub
parent dec2ff2e1e
commit d2dbd30bb4
34 changed files with 53 additions and 62 deletions

View File

@@ -41,7 +41,7 @@ yields the best performing model for your task!
- You should continue coding while experiments are being executed without interrupting them.
- Stop optimizing your code because your machine struggles, and run it on a beefier machine (cloud / on-prem).
Visualization and comparisons dashboards keep your sanity at bay! In this stage you usually have a docker container with all the binaries
Visualization and comparison dashboards keep your sanity at bay! At this stage you usually have a docker container with all the binaries
that you need.
- [ClearML SDK](../../clearml_sdk/clearml_sdk.md) ensures that all the metrics, parameters and Models are automatically logged and can later be
accessed, [compared](../../webapp/webapp_exp_comparing.md) and [tracked](../../webapp/webapp_exp_track_visual.md).