Rewrite fundamentals sections (#252)

This commit is contained in:
pollfly
2022-05-18 11:49:31 +03:00
committed by GitHub
parent a9b5bd9697
commit 1a46cbdb93
24 changed files with 1045 additions and 660 deletions

View File

@@ -68,7 +68,7 @@ If the object type is unknown ClearML pickles it and uploads the pickle file.
task.upload_artifacts(my_numpy_matrix, name='features')
```
Check out all [artifact logging](../../fundamentals/artifacts.md) options.
Check out all [artifact logging](../../clearml_sdk/task_sdk.md#artifacts) options.
### Using Artifacts