mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
change titles to title case for consistency (#60)
This commit is contained in:
@@ -31,7 +31,7 @@ They appear in **RESULTS** **>** **PLOTS**.
|
||||
|
||||

|
||||
|
||||
## Debug samples
|
||||
## Debug Samples
|
||||
|
||||
The example calls Matplotlib methods to log debug sample images. They appear in **RESULTS** **>** **DEBUG SAMPLES**.
|
||||
|
||||
@@ -63,7 +63,7 @@ The TensorFlow Definitions appear in the **TF_DEFINE** subsection.
|
||||
|
||||

|
||||
|
||||
## CONSOLE
|
||||
## Console
|
||||
|
||||
Text printed to the console for training appears in **RESULTS** **>** **CONSOLE**.
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ Text printed to the console for training progress, as well as all other console
|
||||
|
||||

|
||||
|
||||
## Configuration objects
|
||||
## Configuration Objects
|
||||
|
||||
In the experiment code, a configuration dictionary is connected to the Task by calling the [Task.connect](../../../references/sdk/task.md#connect)
|
||||
method.
|
||||
|
||||
@@ -7,7 +7,7 @@ example demonstrates the integration of **ClearML** into code, which creates a T
|
||||
debug sample images. When the script runs, it creates an experiment named `pytorch tensorboard toy example`, which is
|
||||
associated with the `examples` project.
|
||||
|
||||
## Debug samples
|
||||
## Debug Samples
|
||||
|
||||
The debug sample images appear according to metric, in the experiment page in the **ClearML web UI** under **RESULTS**
|
||||
**>** **DEBUG SAMPLES**.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Pytorch Lightning
|
||||
title: PyTorch Lightning
|
||||
---
|
||||
|
||||
The [pytorch-lightning](https://github.com/allegroai/clearml/blob/master/examples/frameworks/pytorch-lightning/pytorch_lightning_example.py)
|
||||
|
||||
Reference in New Issue
Block a user