Update ignite and PyTorch Lightning
@ -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**.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
### Model Snapshots
|
||||
|
||||
|
||||
View saved snapshots in the **ARTIFACTS** tab.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
To view model details, in the **ARTIFACTS** tab, click the model name (or download it).
|
||||
|
||||

|
||||

|
||||

|
||||
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 69 KiB |
BIN
docs/img/ignite_artifact_dark.png
Normal file
After Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 56 KiB |
BIN
docs/img/ignite_model_dark.png
Normal file
After Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 147 KiB After Width: | Height: | Size: 130 KiB |
BIN
docs/img/ignite_training_dark.png
Normal file
After Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 89 KiB |
BIN
docs/img/integrations_lightningcli_params_dark.png
Normal file
After Width: | Height: | Size: 92 KiB |
@ -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).
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
See an example of PyTorch Lightning and ClearML in action [here](../guides/frameworks/pytorch_lightning/pytorch_lightning_example.md).
|
||||
|
||||
|