Update links (#1041)
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
pollfly
2025-02-13 13:21:35 +02:00
committed by GitHub
parent 525f41dcc5
commit e1b179ed54
190 changed files with 796 additions and 796 deletions

View File

@@ -2,7 +2,7 @@
title: PyTorch Model Updating
---
The [pytorch_model_update.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/pytorch/pytorch_model_update.py)
The [pytorch_model_update.py](https://github.com/clearml/clearml/blob/master/examples/frameworks/pytorch/pytorch_model_update.py)
example demonstrates training a model and logging it using the [OutputModel](../../../references/sdk/model_outputmodel.md)
class.