8000 Try again to prevent launch-library/ links from showing up in the nav with broken links by mdlinville · Pull Request #1402 · wandb/docs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Try again to prevent launch-library/ links from showing up in the nav with broken links #1402

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/guides/integrations/yolov5.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ weight: 470

{{< cta-button colabLink="https://colab.research.google.com/github/wandb/examples/blob/master/colabs/yolo/Train_and_Debug_YOLOv5_Models_with_Weights_%26_Biases_.ipynb" >}}

[Ultralytics' YOLOv5](https://ultralytics.com/yolov5) ("You Only Look Once") model family enables real-time object detection with convolutional neural networks without all the agonizing pain.
[Ultralytics' YOLOv5](https://ultralytics.com/yolo) ("You Only Look Once") model family enables real-time object detection with convolutional neural networks without all the agonizing pain.

[Weights & Biases](http://wandb.com) is directly integrated into YOLOv5, providing experiment metric tracking, model and dataset versioning, rich model prediction visualization, and more. **It's as easy as running a single `pip install` before you run your YOLO experiments.**

Expand Down
2 changes: 2 additions & 0 deletions content/en/launch-library/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ menu:
launch:
identifier: launch-library
type: docs
hidden: true
cascade:
type: docs
hidden: true
menu:
launch-library:
parent: launch-library
Expand Down
2 changes: 1 addition & 1 deletion content/en/ref/python/data-types/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This means you can embed `Images`, `Video`, `Audio`, and other sorts of rich, an
directly in Tables, alongside other traditional scalar values.

This class is the primary class used to generate the Table Visualizer
in the UI: https://docs.wandb.ai/guides/data-vis/tables.
in the UI: https://docs.wandb.ai/guides/models/tables/.

| Args | |
| :--- | :--- |
Expand Down
2 changes: 1 addition & 1 deletion content/ja/guides/integrations/yolov5.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ weight: 470

{{< cta-button colabLink="https://colab.research.google.com/github/wandb/examples/blob/master/colabs/yolo/Train_and_Debug_YOLOv5_Models_with_Weights_%26_Biases_.ipynb" >}}

[Ultralytics' YOLOv5](https://ultralytics.com/yolov5) ("You Only Look Once") モデルファミリーは、畳み込みニューラルネットワークを使用したリアルタイムのオブジェクト検出を、苦痛なく実現します。
[Ultralytics' YOLOv5](https://ultralytics.com/yolo) ("You Only Look Once") モデルファミリーは、畳み込みニューラルネットワークを使用したリアルタイムのオブジェクト検出を、苦痛なく実現します。

[Weights & Biases](http://wandb.com) は YOLOv5 に直接インテグレーションされており、実験のメトリクス追跡、モデルとデータセットのバージョン管理、リッチなモデル予測の可視化などを提供します。**YOLO の実験を実行する前に `pip install` 一行を実行するだけで始められます。**

Expand Down
2 changes: 1 addition & 1 deletion content/ko/guides/integrations/yolov5.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ weight: 470

{{< cta-button colabLink="https://colab.research.google.com/github/wandb/examples/blob/master/colabs/yolo/Train_and_Debug_YOLOv5_Models_with_Weights_%26_Biases_.ipynb" >}}

[Ultralytics' YOLOv5](https://ultralytics.com/yolov5) ("You Only Look Once") 모델 제품군은 고통스러운 과정 없이 컨볼루션 신경망을 통해 실시간 오브젝트 검출을 가능하게 합니다.
[Ultralytics' YOLOv5](https://ultralytics.com/yolo) ("You Only Look Once") 모델 제품군은 고통스러운 과정 없이 컨볼루션 신경망을 통해 실시간 오브젝트 검출을 가능하게 합니다.

[Weights & Biases](http://wandb.com)는 YOLOv5에 직접 통합되어 실험 메트릭 추적, 모델 및 데이터셋 버전 관리, 풍부한 모델 예측 시각화 등을 제공합니다. **YOLO 실험을 실행하기 전에 간단히 `pip install` 한 번만 실행하면 됩니다.**

Expand Down
2 changes: 1 addition & 1 deletion content/ko/ref/python/data-types/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Table(
기존 스프레드시트와 달리 Tables는 다양한 유형의 데이터를 지원합니다. 스칼라 값, 문자열, numpy 배열 및 `wandb.data_types.Media`의 대부분의 서브클래스가 해당됩니다.
즉, 다른 기존 스칼라 값과 함께 `Images`, `Video`, `Audio` 및 기타 종류의 풍부하고 주석이 달린 미디어를 Tables에 직접 포함할 수 있습니다.

이 클래스는 UI에서 Table Visualizer를 생성하는 데 사용되는 기본 클래스입니다. https://docs.wandb.ai/guides/data-vis/tables/ 를 참조하세요.
이 클래스는 UI에서 Table Visualizer를 생성하는 데 사용되는 기본 클래스입니다. https://docs.wandb.ai/guides/models/tables/ 를 참조하세요.

| 인수 | |
| :--- | :--- |
Expand Down
0