Update ignite example
@ -24,7 +24,8 @@ params = task.connect(params) # enabling configuration override by clearml
|
||||
```
|
||||
The hyperparameter configurations can be viewed in the WebApp in the task's **CONFIGURATION** tab.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## Ignite TensorboardLogger
|
||||
|
||||
@ -37,7 +38,8 @@ ClearML automatically captures scalars logged through `TensorboardLogger`.
|
||||
|
||||
View the scalars in the task's page in the **ClearML Web UI**, in **SCALARS**.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
## Model Snapshots
|
||||
@ -46,18 +48,21 @@ ClearML automatically captures the model logged with Torch, and saves it as an a
|
||||
|
||||
View saved snapshots in the task's **ARTIFACTS** tab.
|
||||
|
||||

|
||||

|
||||

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

|
||||

|
||||

|
||||
|
||||
|
||||
## Debug Samples
|
||||
|
||||
ClearML automatically tracks images logged to TensorboardLogger. They appear in **DEBUG SAMPLES**.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
## Ignite ClearMLLogger
|
||||
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 38 KiB |
BIN
docs/img/examples_cifar_artifacts_dark.png
Normal file
After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
BIN
docs/img/examples_cifar_model_dark.png
Normal file
After Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 199 KiB After Width: | Height: | Size: 186 KiB |
BIN
docs/img/examples_cifar_scalars_dark.png
Normal file
After Width: | Height: | Size: 190 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 41 KiB |
BIN
docs/img/examples_integration_pytorch_ignite_config_dark.png
Normal file
After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
BIN
docs/img/examples_integration_pytorch_ignite_debug_dark.png
Normal file
After Width: | Height: | Size: 76 KiB |
@ -132,13 +132,16 @@ All the task information that ClearML captures can be viewed in the [WebApp](../
|
||||
|
||||
View saved model snapshots in the **ARTIFACTS** tab.
|
||||
|
||||

|
||||

|
||||
|
||||
[//]: # ()
|
||||
|
||||
### Scalars
|
||||
|
||||
View the scalars in the task's **SCALARS** tab.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
### Debug Samples
|
||||
@ -146,5 +149,6 @@ View the scalars in the task's **SCALARS** tab.
|
||||
ClearML automatically tracks images logged to `TensorboardLogger`. They appear in the task's **DEBUG SAMPLES**.
|
||||
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
|