add images

This commit is contained in:
Revital
2021-08-18 15:03:24 +03:00
parent 68ee960d68
commit 4500705cfd
5 changed files with 5 additions and 4 deletions

View File

@@ -1,8 +1,5 @@
---
title: Pytorch Lightning
---
title: LightGBM
---
The [pytorch-lightning](https://github.com/allegroai/clearml/blob/master/examples/frameworks/pytorch-lightning/pytorch_lightning_example.py)
@@ -15,21 +12,25 @@ The example script does the following:
## Scalars
![PyTorch Lightning console](../../../img/examples_pytorch_lightning_scalars.png)
## Hyperparameters
Lightning returns logs after
ClearML automatically logs command line options defined with argparse. They appear in CONFIGURATIONS > HYPER PARAMETERS > Args.
![PyTorch Lightning parameters](../../../img/examples_pytorch_lightning_params.png)
## Artifacts
Model artifacts associated with the experiment appear in the info panel of the **EXPERIMENTS** tab and in the info panel of the **MODELS** tab.
![PyTorch Lightning model](../../../img/examples_pytorch_lightning_model.png)
## Console
All other console output appears in **RESULTS > CONSOLE**.
![PyTorch Lightning console](../../../img/examples_pytorch_lightning_console.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB