mirror of
https://github.com/ultralytics/ultralytics
synced 2026-04-21 14:07:18 +00:00
Docs: Fix Banner Link (#24091)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
661561b64e
commit
ea5789d670
2 changed files with 5 additions and 5 deletions
|
|
@ -455,7 +455,7 @@ The dialog provides three ways to set your target split ratios:
|
|||
| -------- | -------------------------------------------------------------------------------------------- |
|
||||
| **Drag** | Drag the handles between the colored segments to visually adjust split boundaries |
|
||||
| **Type** | Edit the percentage input for any split (the other two splits auto-rebalance proportionally) |
|
||||
| **Auto** | One-click to instantly set an 80/20 train/validation split with the test split set to 0% |
|
||||
| **Auto** | One-click to instantly set an 80/20 train/validation split with the test split set to 0% |
|
||||
|
||||
A live preview shows exactly how many images will land in each split before you apply.
|
||||
|
||||
|
|
|
|||
|
|
@ -19,21 +19,21 @@
|
|||
});
|
||||
</script>
|
||||
{{ super() }} {% endblock %} {% block announce %}
|
||||
<div class="banner-wrapper">
|
||||
<a href="https://platform.ultralytics.com" target="_blank" class="banner-content-wrapper">
|
||||
<a href="https://platform.ultralytics.com" target="_blank" class="banner-wrapper">
|
||||
<div class="banner-content-wrapper">
|
||||
<img
|
||||
src="https://cdn.prod.website-files.com/680a070c3b99253410dd3dcf/680a070c3b99253410dd3e84_Ultralytics_full_white.svg"
|
||||
alt="Ultralytics"
|
||||
class="banner-logo"
|
||||
/>
|
||||
<p>Introducing Ultralytics Platform: Annotate, train, and deploy YOLO models</p>
|
||||
</a>
|
||||
</div>
|
||||
<img
|
||||
src="https://cdn.prod.website-files.com/680a070c3b99253410dd3dcf/69ba5bb596507e4235390de5_banner-arrow-right.png"
|
||||
alt="Arrow"
|
||||
class="banner-arrow"
|
||||
/>
|
||||
</div>
|
||||
</a>
|
||||
{% endblock %} {% block scripts %}
|
||||
<noscript
|
||||
><iframe
|
||||
|
|
|
|||
Loading…
Reference in a new issue