Small edits (#143)

* small edits

* fix link

* small edits
This commit is contained in:
pollfly
2021-12-26 09:26:38 +02:00
committed by GitHub
parent d339f81ccb
commit 77ddd5b382
11 changed files with 15 additions and 17 deletions

View File

@@ -40,7 +40,7 @@ Check [this](../../fundamentals/hyperparameters.md) out for all Hyperparameter l
## Log Artifacts
ClearML allows you to easily store the output products of an experiment - Model snapshot \ weights file, a preprocessing of your data, feature representation of data and more!
ClearML allows you to easily store the output products of an experiment - Model snapshot / weights file, a preprocessing of your data, feature representation of data and more!
Essentially, artifacts are files (or python objects) uploaded from a script and are stored alongside the Task.
These Artifacts can be easily accessed by the web UI or programmatically.