Update PyTorch with Tensorboard toy and Pytorch TensorboardX
@ -18,29 +18,34 @@ The loss and accuracy metric scalar plots, along with the resource utilization p
|
||||
appear in the task's page in the [web UI](../../../webapp/webapp_overview.md), under **SCALARS**.
|
||||
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## Hyperparameters
|
||||
|
||||
ClearML automatically logs command line options defined with `argparse`. They appear in **CONFIGURATION** **>**
|
||||
**HYPERPARAMETERS** **>** **Args**.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## Log
|
||||
|
||||
Text printed to the console for training progress, as well as all other console output, appear in **CONSOLE**.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## Artifacts
|
||||
|
||||
Models created by the task appear in the task's **ARTIFACTS** tab. ClearML automatically logs and tracks
|
||||
models and any snapshots created using PyTorch.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
Clicking on the model name takes you to the [model's page](../../../webapp/webapp_model_viewing.md), where you can view
|
||||
the model's details and access the model.
|
||||
|
||||

|
||||

|
||||

|
||||
|
@ -11,10 +11,12 @@ associated with the `examples` project.
|
||||
|
||||
The debug sample images appear according to metric, in the task's **DEBUG SAMPLES** tab.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## Hyperparameters
|
||||
|
||||
ClearML automatically logs TensorFlow Definitions. They appear in **CONFIGURATION** **>** **HYPERPARAMETERS** **>** **TF_DEFINE**.
|
||||
|
||||

|
||||

|
||||

|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 44 KiB |
BIN
docs/img/examples_pytorch_tensorboardx_01_dark.png
Normal file
After Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 198 KiB After Width: | Height: | Size: 118 KiB |
BIN
docs/img/examples_pytorch_tensorboardx_02_dark.png
Normal file
After Width: | Height: | Size: 121 KiB |
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 81 KiB |
BIN
docs/img/examples_pytorch_tensorboardx_03_dark.png
Normal file
After Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 38 KiB |
BIN
docs/img/examples_pytorch_tensorboardx_04_dark.png
Normal file
After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 47 KiB |
BIN
docs/img/examples_pytorch_tensorboardx_model_dark.png
Normal file
After Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 79 KiB |
BIN
docs/img/examples_tensorboard_toy_pytorch_00_dark.png
Normal file
After Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 149 KiB |
BIN
docs/img/examples_tensorboard_toy_pytorch_02_dark.png
Normal file
After Width: | Height: | Size: 150 KiB |