ultralytics 8.0.196 instance-mean Segment loss (#5285)
Co-authored-by: Andy <39454881+yermandy@users.noreply.github.com>
This commit is contained in:
parent
7517667a33
commit
e7f0658744
72 changed files with 369 additions and 493 deletions
|
|
@ -14,9 +14,9 @@ Training a deep learning model involves feeding it data and adjusting its parame
|
|||
|
||||
<p align="center">
|
||||
<br>
|
||||
<iframe width="720" height="405" src="https://www.youtube.com/embed/LNwODJXcvt4?si=7n1UvGRLSd9p5wKs"
|
||||
title="YouTube video player" frameborder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
<iframe width="720" height="405" src="https://www.youtube.com/embed/LNwODJXcvt4?si=7n1UvGRLSd9p5wKs"
|
||||
title="YouTube video player" frameborder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
allowfullscreen>
|
||||
</iframe>
|
||||
<br>
|
||||
|
|
@ -240,7 +240,7 @@ To use Comet:
|
|||
```python
|
||||
# pip install comet_ml
|
||||
import comet_ml
|
||||
|
||||
|
||||
comet_ml.init()
|
||||
```
|
||||
|
||||
|
|
@ -258,7 +258,7 @@ To use ClearML:
|
|||
```python
|
||||
# pip install clearml
|
||||
import clearml
|
||||
|
||||
|
||||
clearml.browser_login()
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue