Update ignite and PyTorch Lightning

This commit is contained in:
revital 2025-03-24 10:33:04 +02:00
parent c4d2b0d130
commit 83c73fcb08
10 changed files with 8 additions and 4 deletions

View File

@ -161,15 +161,18 @@ When the code runs, the task results can be viewed in the [ClearML Web UI](../..
View the scalars, including training and validation metrics, in the task's page in the ClearML Web UI, under
**SCALARS**.
![Task scalars](../../../img/ignite_training.png)
![Task scalars](../../../img/ignite_training.png#light-mode-only)
![Task scalars](../../../img/ignite_training_dark.png#dark-mode-only)
### Model Snapshots
View saved snapshots in the **ARTIFACTS** tab.
![image](../../../img/ignite_artifact.png)
![Task Artifacts](../../../img/ignite_artifact.png#light-mode-only)
![Task Artifacts](../../../img/ignite_artifact_dark.png#dark-mode-only)
To view model details, in the **ARTIFACTS** tab, click the model name (or download it).
![image](../../../img/ignite_model.png)
![Model details](../../../img/ignite_model.png#light-mode-only)
![Model details](../../../img/ignite_model_dark.png#dark-mode-only)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

View File

@ -31,7 +31,8 @@ And that's it! This creates a [ClearML Task](../fundamentals/task.md) which capt
You can view all the task details in the [WebApp](../webapp/webapp_overview.md).
![LightningCLI params](../img/integrations_lightningcli_params.png)
![LightningCLI params](../img/integrations_lightningcli_params.png#light-mode-only)
![LightningCLI params](../img/integrations_lightningcli_params_dark.png#dark-mode-only)
See an example of PyTorch Lightning and ClearML in action [here](../guides/frameworks/pytorch_lightning/pytorch_lightning_example.md).