mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Update ignite example
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user