mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
add images
This commit is contained in:
@@ -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
|
||||
|
||||

|
||||
|
||||
|
||||
## Hyperparameters
|
||||
|
||||
Lightning returns logs after
|
||||
ClearML automatically logs command line options defined with argparse. They appear in CONFIGURATIONS > HYPER PARAMETERS > Args.
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
||||

|
||||
|
||||
## Console
|
||||
|
||||
All other console output appears in **RESULTS > CONSOLE**.
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
BIN
docs/img/examples_pytorch_lightning_console.png
Normal file
BIN
docs/img/examples_pytorch_lightning_console.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 203 KiB |
BIN
docs/img/examples_pytorch_lightning_model.png
Normal file
BIN
docs/img/examples_pytorch_lightning_model.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
BIN
docs/img/examples_pytorch_lightning_params.png
Normal file
BIN
docs/img/examples_pytorch_lightning_params.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 76 KiB |
BIN
docs/img/examples_pytorch_lightning_scalars.png
Normal file
BIN
docs/img/examples_pytorch_lightning_scalars.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 83 KiB |
Reference in New Issue
Block a user