mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Add Artifacts fundamentals page (#970)
This commit is contained in:
@@ -68,7 +68,7 @@ model.update_design(config_dict=model_config_dict)
|
||||
|
||||
## Updating Models
|
||||
To update a model, use [`OutputModel.update_weights()`](../../../references/sdk/model_outputmodel.md#update_weights).
|
||||
This uploads the model to the set storage destination (see [Setting Upload Destination](../../../fundamentals/artifacts.md#setting-upload-destination)),
|
||||
This uploads the model to the set storage destination (see [Setting Upload Destination](../../../fundamentals/models.md#setting-upload-destination)),
|
||||
and registers that location to the task as the output model.
|
||||
|
||||
```python
|
||||
|
||||
Reference in New Issue
Block a user