Skip to content

Commit dc4b79f

Browse files
pierrot0copybara-github
authored andcommitted
TFDS: cut new version 1.2.0. Update documentation.
PiperOrigin-RevId: 264236299
1 parent 69c35aa commit dc4b79f

19 files changed

+61
-22
lines changed

docs/_project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: TensorFlow Datasets
2-
breadcrumb_name: Datasets v1.1.0
2+
breadcrumb_name: Datasets v1.2.0
33
home_url: /datasets/
44
parent_project_metadata_path: /_project.yaml
55
description: >

docs/catalog/_toc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ toc:
116116
title: so2sat
117117
- path: /datasets/catalog/stanford_dogs
118118
title: stanford_dogs
119+
- path: /datasets/catalog/stanford_online_products
120+
title: stanford_online_products
119121
- path: /datasets/catalog/sun397
120122
title: sun397
121123
- path: /datasets/catalog/svhn_cropped

docs/catalog/aflw2k3d.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ to 21 points, as the original paper mentioned.
3131
* Size: `83.36 MiB`
3232

3333
## Features
34-
3534
```python
3635
FeaturesDict({
3736
'image': Image(shape=(450, 450, 3), dtype=tf.uint8),
@@ -52,11 +51,9 @@ ALL | 2,000
5251
* [http://www.cbsr.ia.ac.cn/users/xiangyuzhu/projects/3DDFA/main.htm](http://www.cbsr.ia.ac.cn/users/xiangyuzhu/projects/3DDFA/main.htm)
5352

5453
## Supervised keys (for `as_supervised=True`)
55-
5654
`None`
5755

5856
## Citation
59-
6057
```
6158
@article{DBLP:journals/corr/ZhuLLSL15,
6259
author = {Xiangyu Zhu and

docs/catalog/amazon_us_reviews.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,6 @@ None computed
13691369
* [https://s3.amazonaws.com/amazon-reviews-pds/readme.html](https://s3.amazonaws.com/amazon-reviews-pds/readme.html)
13701370

13711371
## Supervised keys (for `as_supervised=True`)
1372-
13731372
`None`
13741373

13751374
--------------------------------------------------------------------------------

docs/catalog/caltech101.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ boxes.
3030
* Size: `125.64 MiB`
3131

3232
## Features
33-
3433
```python
3534
FeaturesDict({
3635
'image': Image(shape=(None, None, 3), dtype=tf.uint8),

docs/catalog/celeb_a.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ computer vision tasks: face attribute recognition, face detection, and landmark
3434
* Size: `1.38 GiB`
3535

3636
## Features
37-
3837
```python
3938
FeaturesDict({
4039
'attributes': FeaturesDict({

docs/catalog/coil100.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ pose intervals of 5 degrees.This corresponds to 72 poses per object
3030
* Size: `124.63 MiB`
3131

3232
## Features
33-
3433
```python
3534
FeaturesDict({
3635
'image': Image(shape=(128, 128, 3), dtype=tf.uint8),
@@ -51,11 +50,9 @@ ALL | 7,200
5150
* [http://www.cs.columbia.edu/CAVE/software/softlib/coil-100.php](http://www.cs.columbia.edu/CAVE/software/softlib/coil-100.php)
5251

5352
## Supervised keys (for `as_supervised=True`)
54-
5553
`(u'image', u'label')`
5654

5755
## Citation
58-
5956
```
6057
@article{nene1996columbia,
6158
title={Columbia object image library (coil-20)},

docs/catalog/dsprites.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ ensuring that all pixel outputs were different. No noise was added.
6464
* Size: `26.73 MiB`
6565

6666
## Features
67-
6867
```python
6968
FeaturesDict({
7069
'image': Image(shape=(64, 64, 1), dtype=tf.uint8),

docs/catalog/gap.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ applications.
2626
* Size: `2.29 MiB`
2727

2828
## Features
29-
3029
```python
3130
FeaturesDict({
3231
'A': Text(shape=(), dtype=tf.string),
@@ -57,11 +56,9 @@ VALIDATION | 454
5756
* [https://github.com/google-research-datasets/gap-coreference](https://github.com/google-research-datasets/gap-coreference)
5857

5958
## Supervised keys (for `as_supervised=True`)
60-
6159
`None`
6260

6361
## Citation
64-
6562
```
6663
@article{DBLP:journals/corr/abs-1810-05201,
6764
author = {Kellie Webster and

docs/catalog/image_label_folder.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ None computed
3232
## Urls
3333

3434
## Supervised keys (for `as_supervised=True`)
35-
3635
`(u'image', u'label')`
3736

3837
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)