Skip to content

Commit a26d6be

Browse files
author
The TensorFlow Datasets Authors
committed
Automated documentation update.
PiperOrigin-RevId: 785326492
1 parent 0bd909b commit a26d6be

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

docs/catalog/caltech_birds2011.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
# `caltech_birds2011`
1313

1414

15+
Note: This dataset has been updated since the last stable release. The new
16+
versions and config marked with
17+
<span class="material-icons" title="Available only in the tfds-nightly package">nights_stay</span>
18+
are only available in the `tfds-nightly` package.
19+
1520
* **Description**:
1621

1722
Caltech-UCSD Birds 200 (CUB-200) is an image dataset with photos of 200 bird
@@ -33,7 +38,9 @@ dataset. Annotations include bounding boxes, segmentation labels.
3338

3439
* **Versions**:
3540

36-
* **`0.1.1`** (default): No release notes.
41+
* **`0.2.0`** (default)
42+
<span class="material-icons" title="Available only in the tfds-nightly package">nights_stay</span>:
43+
No release notes.
3744

3845
* **Download size**: `1.11 GiB`
3946

@@ -93,7 +100,7 @@ segmentation_mask | Image | (None, None, 1) | uint8 |
93100
<button id="displaydataframe">Display examples...</button>
94101
<div id="dataframecontent" style="overflow-x:auto"></div>
95102
<script>
96-
const url = "https://storage.googleapis.com/tfds-data/visualization/dataframe/caltech_birds2011-0.1.1.html";
103+
const url = "https://storage.googleapis.com/tfds-data/visualization/dataframe/caltech_birds2011-0.2.0.html";
97104
const dataButton = document.getElementById('displaydataframe');
98105
dataButton.addEventListener('click', async () => {
99106
// Disable the button after clicking (dataframe loaded only once).

docs/catalog/omniglot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Omniglot data set for one-shot learning. This dataset contains 1623 different
1818
handwritten characters from 50 different alphabets.
1919

2020
* **Additional Documentation**:
21-
<a class="button button-with-icon" href="https://paperswithcode.com/dataset/omniglot-1">
21+
<a class="button button-with-icon" href="https://paperswithcode.com/dataset/onmiglot">
2222
Explore on Papers With Code
2323
<span class="material-icons icon-after" aria-hidden="true"> north_east
2424
</span> </a>

0 commit comments

Comments
 (0)