Reformat Markdown code blocks (#12795)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
2af71d15a6
commit
fceea033ad
128 changed files with 1067 additions and 1018 deletions
|
|
@ -74,12 +74,12 @@ Before diving into the usage instructions, be sure to check out the range of [YO
|
|||
|
||||
# train the model
|
||||
results = model.train(
|
||||
data="coco8.yaml",
|
||||
project="comet-example-yolov8-coco128",
|
||||
batch=32,
|
||||
save_period=1,
|
||||
save_json=True,
|
||||
epochs=3
|
||||
data="coco8.yaml",
|
||||
project="comet-example-yolov8-coco128",
|
||||
batch=32,
|
||||
save_period=1,
|
||||
save_json=True,
|
||||
epochs=3,
|
||||
)
|
||||
```
|
||||
|
||||
|
|
@ -144,7 +144,7 @@ Comet ML allows you to specify how often batches of image predictions are logged
|
|||
```python
|
||||
import os
|
||||
|
||||
os.environ['COMET_EVAL_BATCH_LOGGING_INTERVAL'] = "4"
|
||||
os.environ["COMET_EVAL_BATCH_LOGGING_INTERVAL"] = "4"
|
||||
```
|
||||
|
||||
### Disabling Confusion Matrix Logging
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue