Fix display of admonition in W&B docs (#16777)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
4212ffc795
commit
094faeb722
1 changed files with 11 additions and 8 deletions
|
|
@ -106,16 +106,19 @@ Before diving into the usage instructions for YOLO11 model training with Weights
|
||||||
| project | `None` | Specifies the name of the project logged locally and in W&B. This way you can group multiple runs together. |
|
| project | `None` | Specifies the name of the project logged locally and in W&B. This way you can group multiple runs together. |
|
||||||
| name | `None` | The name of the training run. This determines the name used to create subfolders and the name used for W&B logging |
|
| name | `None` | The name of the training run. This determines the name used to create subfolders and the name used for W&B logging |
|
||||||
|
|
||||||
!!! Tip "Enable or Disable Weights & Biases"
|
!!! tip "Enable or Disable Weights & Biases"
|
||||||
If you want to enable or disable Weights & Biases logging, you can use the `wandb` command. By default, Weights & Biases logging is enabled.
|
|
||||||
|
|
||||||
```bash
|
If you want to enable or disable Weights & Biases logging, you can use the `wandb` command. By default, Weights & Biases logging is enabled.
|
||||||
# Enable Weights & Biases logging
|
|
||||||
wandb enabled
|
|
||||||
|
|
||||||
# Disable Weights & Biases logging
|
=== "CLI"
|
||||||
wandb disabled
|
|
||||||
```
|
```bash
|
||||||
|
# Enable Weights & Biases logging
|
||||||
|
wandb enabled
|
||||||
|
|
||||||
|
# Disable Weights & Biases logging
|
||||||
|
wandb disabled
|
||||||
|
```
|
||||||
|
|
||||||
### Understanding the Output
|
### Understanding the Output
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue