Skip to content

Commit

Permalink
Update reference docs to [email protected], core@master (#963)
Browse files Browse the repository at this point in the history
Used
wandb/wandb@69d6fda

Co-authored-by: github-actions[bot]x <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent f157f0f commit b629680
Show file tree
Hide file tree
Showing 48 changed files with 258 additions and 258 deletions.
4 changes: 2 additions & 2 deletions docs/ref/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Insert buttons and diff -->


<p><button style={{display: 'flex', alignItems: 'center', backgroundColor: 'white', border: '1px solid #ddd', padding: '10px', borderRadius: '6px', cursor: 'pointer', boxShadow: '0 2px 3px rgba(0,0,0,0.1)', transition: 'all 0.3s'}}><a href='https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/__init__.py' style={{fontSize: '1.2em', display: 'flex', alignItems: 'center'}}><img src='https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png' height='32px' width='32px' style={{marginRight: '10px'}}/>View source on GitHub</a></button></p>
<p><button style={{display: 'flex', alignItems: 'center', backgroundColor: 'white', border: '1px solid #ddd', padding: '10px', borderRadius: '6px', cursor: 'pointer', boxShadow: '0 2px 3px rgba(0,0,0,0.1)', transition: 'all 0.3s'}}><a href='https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/__init__.py' style={{fontSize: '1.2em', display: 'flex', alignItems: 'center'}}><img src='https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png' height='32px' width='32px' style={{marginRight: '10px'}}/>View source on GitHub</a></button></p>


Use wandb to track machine learning work.
Expand Down Expand Up @@ -44,6 +44,6 @@ For reference documentation, see https://docs.wandb.com/ref/python.

| Other Members | |
| :--- | :--- |
| `__version__`<a id="__version__"></a> | `'0.19.1'` |
| `__version__`<a id="__version__"></a> | `'0.19.2'` |
| `config`<a id="config"></a> | |
| `summary`<a id="summary"></a> | |
2 changes: 1 addition & 1 deletion docs/ref/python/agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# agent

<p><button style={{display: 'flex', alignItems: 'center', backgroundColor: 'white', border: '1px solid #ddd', padding: '10px', borderRadius: '6px', cursor: 'pointer', boxShadow: '0 2px 3px rgba(0,0,0,0.1)', transition: 'all 0.3s'}}><a href='https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/wandb_agent.py#L537-L581' style={{fontSize: '1.2em', display: 'flex', alignItems: 'center'}}><img src='https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png' height='32px' width='32px' style={{marginRight: '10px'}}/>View source on GitHub</a></button></p>
<p><button style={{display: 'flex', alignItems: 'center', backgroundColor: 'white', border: '1px solid #ddd', padding: '10px', borderRadius: '6px', cursor: 'pointer', boxShadow: '0 2px 3px rgba(0,0,0,0.1)', transition: 'all 0.3s'}}><a href='https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/wandb_agent.py#L532-L576' style={{fontSize: '1.2em', display: 'flex', alignItems: 'center'}}><img src='https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png' height='32px' width='32px' style={{marginRight: '10px'}}/>View source on GitHub</a></button></p>


Start one or more sweep agents.
Expand Down
60 changes: 30 additions & 30 deletions docs/ref/python/artifact.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Artifact

<p><button style={{display: 'flex', alignItems: 'center', backgroundColor: 'white', border: '1px solid #ddd', padding: '10px', borderRadius: '6px', cursor: 'pointer', boxShadow: '0 2px 3px rgba(0,0,0,0.1)', transition: 'all 0.3s'}}><a href='https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L76-L2293' style={{fontSize: '1.2em', display: 'flex', alignItems: 'center'}}><img src='https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png' height='32px' width='32px' style={{marginRight: '10px'}}/>View source on GitHub</a></button></p>
<p><button style={{display: 'flex', alignItems: 'center', backgroundColor: 'white', border: '1px solid #ddd', padding: '10px', borderRadius: '6px', cursor: 'pointer', boxShadow: '0 2px 3px rgba(0,0,0,0.1)', transition: 'all 0.3s'}}><a href='https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L76-L2287' style={{fontSize: '1.2em', display: 'flex', alignItems: 'center'}}><img src='https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png' height='32px' width='32px' style={{marginRight: '10px'}}/>View source on GitHub</a></button></p>


Flexible and lightweight building block for dataset and model versioning.
Expand Down Expand Up @@ -65,7 +65,7 @@ begin with `add`. Once the artifact has all the desired files, you can call

### `add`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L1354-L1445)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L1354-L1445)

```python
add(
Expand Down Expand Up @@ -93,7 +93,7 @@ Add wandb.WBValue `obj` to the artifact.

### `add_dir`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L1209-L1269)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L1209-L1269)

```python
add_dir(
Expand All @@ -120,7 +120,7 @@ Add a local directory to the artifact.

### `add_file`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L1156-L1207)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L1156-L1207)

```python
add_file(
Expand Down Expand Up @@ -155,7 +155,7 @@ Add a local file to the artifact.

### `add_reference`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L1271-L1352)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L1271-L1352)

```python
add_reference(
Expand Down Expand Up @@ -207,7 +207,7 @@ blank.

### `checkout`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L1876-L1904)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L1870-L1898)

```python
checkout(
Expand All @@ -234,7 +234,7 @@ artifact.

### `delete`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L2014-L2033)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L2008-L2027)

```python
delete(
Expand All @@ -257,7 +257,7 @@ source artifact is unaffected.

### `download`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L1623-L1674)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L1623-L1674)

```python
download(
Expand Down Expand Up @@ -292,7 +292,7 @@ the artifact.

### `file`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L1946-L1970)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L1940-L1964)

```python
file(
Expand All @@ -317,7 +317,7 @@ Download a single file artifact to the directory you specify with `root`.

### `files`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L1972-L1989)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L1966-L1983)

```python
files(
Expand All @@ -343,7 +343,7 @@ Iterate over all files stored in this artifact.

### `finalize`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L774-L782)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L774-L782)

```python
finalize() -> None
Expand All @@ -358,7 +358,7 @@ when you log the artifact with `log_artifact`.

### `get`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L1540-L1585)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L1540-L1585)

```python
get(
Expand All @@ -382,7 +382,7 @@ Get the WBValue object located at the artifact relative `name`.

### `get_added_local_path_name`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L1587-L1599)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L1587-L1599)

```python
get_added_local_path_name(
Expand All @@ -402,7 +402,7 @@ Get the artifact relative name of a file added by a local filesystem path.

### `get_entry`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L1519-L1538)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L1519-L1538)

```python
get_entry(
Expand All @@ -418,7 +418,7 @@ Get the entry with the given name.

| Returns | |
| :--- | :--- |
| A `W&amp;B` object. |
| A `W&B` object. |

| Raises | |
| :--- | :--- |
Expand All @@ -427,7 +427,7 @@ Get the entry with the given name.

### `get_path`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L1511-L1517)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L1511-L1517)

```python
get_path(
Expand All @@ -439,7 +439,7 @@ Deprecated. Use `get_entry(name)`.

### `is_draft`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L784-L789)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L784-L789)

```python
is_draft() -> bool
Expand All @@ -451,7 +451,7 @@ Returns: Boolean. `False` if artifact is saved. `True` if artifact is not saved.

### `json_encode`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L2221-L2228)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L2215-L2222)

```python
json_encode() -> dict[str, Any]
Expand All @@ -465,7 +465,7 @@ Returns the artifact encoded to the JSON format.

### `link`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L2060-L2088)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L2054-L2082)

```python
link(
Expand All @@ -487,7 +487,7 @@ Link this artifact to a portfolio (a promoted collection of artifacts).

### `logged_by`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L2177-L2219)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L2171-L2213)

```python
logged_by() -> (Run | None)
Expand All @@ -505,7 +505,7 @@ Get the W&B run that originally logged the artifact.

### `new_draft`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L389-L420)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L389-L420)

```python
new_draft() -> Artifact
Expand All @@ -525,7 +525,7 @@ The artifact returned can be extended or modified and logged as a new version.

### `new_file`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L1113-L1154)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L1113-L1154)

```python
@contextlib.contextmanager
Expand Down Expand Up @@ -554,7 +554,7 @@ Open a new temporary file and add it to the artifact.

### `remove`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L1481-L1509)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L1481-L1509)

```python
remove(
Expand All @@ -575,7 +575,7 @@ Remove an item from the artifact.

### `save`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L794-L833)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L794-L833)

```python
save(
Expand All @@ -596,7 +596,7 @@ run, a run of type "auto" is created to track this artifact.

### `unlink`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L2090-L2105)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L2084-L2099)

```python
unlink() -> None
Expand All @@ -611,7 +611,7 @@ Unlink this artifact if it is currently a member of a portfolio (a promoted coll

### `used_by`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L2131-L2175)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L2125-L2169)

```python
used_by() -> list[Run]
Expand All @@ -629,7 +629,7 @@ Get a list of the runs that have used this artifact.

### `verify`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L1906-L1944)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L1900-L1938)

```python
verify(
Expand All @@ -653,7 +653,7 @@ cross-referenced against the artifact's manifest. References are not verified.

### `wait`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L841-L862)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L841-L862)

```python
wait(
Expand All @@ -673,7 +673,7 @@ If needed, wait for this artifact to finish logging.

### `__getitem__`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L1083-L1095)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L1083-L1095)

```python
__getitem__(
Expand All @@ -697,7 +697,7 @@ Get the WBValue object located at the artifact relative `name`.

### `__setitem__`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/artifacts/artifact.py#L1097-L1111)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/artifacts/artifact.py#L1097-L1111)

```python
__setitem__(
Expand Down
2 changes: 1 addition & 1 deletion docs/ref/python/controller.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# controller

<p><button style={{display: 'flex', alignItems: 'center', backgroundColor: 'white', border: '1px solid #ddd', padding: '10px', borderRadius: '6px', cursor: 'pointer', boxShadow: '0 2px 3px rgba(0,0,0,0.1)', transition: 'all 0.3s'}}><a href='https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/wandb_sweep.py#L95-L119' style={{fontSize: '1.2em', display: 'flex', alignItems: 'center'}}><img src='https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png' height='32px' width='32px' style={{marginRight: '10px'}}/>View source on GitHub</a></button></p>
<p><button style={{display: 'flex', alignItems: 'center', backgroundColor: 'white', border: '1px solid #ddd', padding: '10px', borderRadius: '6px', cursor: 'pointer', boxShadow: '0 2px 3px rgba(0,0,0,0.1)', transition: 'all 0.3s'}}><a href='https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/wandb_sweep.py#L95-L119' style={{fontSize: '1.2em', display: 'flex', alignItems: 'center'}}><img src='https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png' height='32px' width='32px' style={{marginRight: '10px'}}/>View source on GitHub</a></button></p>


Public sweep controller constructor.
Expand Down
2 changes: 1 addition & 1 deletion docs/ref/python/data-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Insert buttons and diff -->


<p><button style={{display: 'flex', alignItems: 'center', backgroundColor: 'white', border: '1px solid #ddd', padding: '10px', borderRadius: '6px', cursor: 'pointer', boxShadow: '0 2px 3px rgba(0,0,0,0.1)', transition: 'all 0.3s'}}><a href='https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/__init__.py' style={{fontSize: '1.2em', display: 'flex', alignItems: 'center'}}><img src='https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png' height='32px' width='32px' style={{marginRight: '10px'}}/>View source on GitHub</a></button></p>
<p><button style={{display: 'flex', alignItems: 'center', backgroundColor: 'white', border: '1px solid #ddd', padding: '10px', borderRadius: '6px', cursor: 'pointer', boxShadow: '0 2px 3px rgba(0,0,0,0.1)', transition: 'all 0.3s'}}><a href='https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/__init__.py' style={{fontSize: '1.2em', display: 'flex', alignItems: 'center'}}><img src='https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png' height='32px' width='32px' style={{marginRight: '10px'}}/>View source on GitHub</a></button></p>


This module defines data types for logging rich, interactive visualizations to W&B.
Expand Down
8 changes: 4 additions & 4 deletions docs/ref/python/data-types/audio.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Audio

<p><button style={{display: 'flex', alignItems: 'center', backgroundColor: 'white', border: '1px solid #ddd', padding: '10px', borderRadius: '6px', cursor: 'pointer', boxShadow: '0 2px 3px rgba(0,0,0,0.1)', transition: 'all 0.3s'}}><a href='https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/data_types/audio.py#L13-L157' style={{fontSize: '1.2em', display: 'flex', alignItems: 'center'}}><img src='https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png' height='32px' width='32px' style={{marginRight: '10px'}}/>View source on GitHub</a></button></p>
<p><button style={{display: 'flex', alignItems: 'center', backgroundColor: 'white', border: '1px solid #ddd', padding: '10px', borderRadius: '6px', cursor: 'pointer', boxShadow: '0 2px 3px rgba(0,0,0,0.1)', transition: 'all 0.3s'}}><a href='https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/data_types/audio.py#L13-L157' style={{fontSize: '1.2em', display: 'flex', alignItems: 'center'}}><img src='https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png' height='32px' width='32px' style={{marginRight: '10px'}}/>View source on GitHub</a></button></p>


Wandb class for audio clips.
Expand All @@ -21,7 +21,7 @@ Audio(

### `durations`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/data_types/audio.py#L115-L117)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/data_types/audio.py#L115-L117)

```python
@classmethod
Expand All @@ -32,15 +32,15 @@ durations(

### `resolve_ref`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/data_types/audio.py#L131-L143)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/data_types/audio.py#L131-L143)

```python
resolve_ref()
```

### `sample_rates`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/data_types/audio.py#L119-L121)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/data_types/audio.py#L119-L121)

```python
@classmethod
Expand Down
6 changes: 3 additions & 3 deletions docs/ref/python/data-types/boundingboxes2d.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BoundingBoxes2D

<p><button style={{display: 'flex', alignItems: 'center', backgroundColor: 'white', border: '1px solid #ddd', padding: '10px', borderRadius: '6px', cursor: 'pointer', boxShadow: '0 2px 3px rgba(0,0,0,0.1)', transition: 'all 0.3s'}}><a href='https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/data_types/helper_types/bounding_boxes_2d.py#L16-L305' style={{fontSize: '1.2em', display: 'flex', alignItems: 'center'}}><img src='https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png' height='32px' width='32px' style={{marginRight: '10px'}}/>View source on GitHub</a></button></p>
<p><button style={{display: 'flex', alignItems: 'center', backgroundColor: 'white', border: '1px solid #ddd', padding: '10px', borderRadius: '6px', cursor: 'pointer', boxShadow: '0 2px 3px rgba(0,0,0,0.1)', transition: 'all 0.3s'}}><a href='https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/data_types/helper_types/bounding_boxes_2d.py#L16-L305' style={{fontSize: '1.2em', display: 'flex', alignItems: 'center'}}><img src='https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png' height='32px' width='32px' style={{marginRight: '10px'}}/>View source on GitHub</a></button></p>


Format images with 2D bounding box overlays for logging to W&B.
Expand Down Expand Up @@ -133,7 +133,7 @@ wandb.log({"driving_scene": table})

### `type_name`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/data_types/helper_types/bounding_boxes_2d.py#L225-L227)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/data_types/helper_types/bounding_boxes_2d.py#L225-L227)

```python
@classmethod
Expand All @@ -142,7 +142,7 @@ type_name() -> str

### `validate`

[View source](https://www.github.com/wandb/wandb/tree/v0.19.1/wandb/sdk/data_types/helper_types/bounding_boxes_2d.py#L229-L286)
[View source](https://www.github.com/wandb/wandb/tree/v0.19.2/wandb/sdk/data_types/helper_types/bounding_boxes_2d.py#L229-L286)

```python
validate(
Expand Down
Loading

0 comments on commit b629680

Please sign in to comment.