Skip to content

Commit

Permalink
Add dataset_versioning section to doc
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 259525915
  • Loading branch information
Conchylicultor authored and copybara-github committed Jul 23, 2019
1 parent de8b0a2 commit e6609c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/_book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ upper_tabs:
contents:
- title: Overview
path: /datasets/overview
- title: Versioning
path: /datasets/datasets_versioning
- title: Splits
path: /datasets/splits
- title: Add a dataset
Expand Down
2 changes: 1 addition & 1 deletion docs/datasets_versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ use. For example:

```py
tfds.load('imagenet2012:2.0.1')
tfds.builder('imagenet2012:2.0.1'')
tfds.builder('imagenet2012:2.0.1')

tfds.load('imagenet2012:2.0.0') # Error: unsupported version.

Expand Down

0 comments on commit e6609c6

Please sign in to comment.