We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8b0a2 commit e6609c6Copy full SHA for e6609c6
docs/_book.yaml
@@ -19,6 +19,8 @@ upper_tabs:
19
contents:
20
- title: Overview
21
path: /datasets/overview
22
+ - title: Versioning
23
+ path: /datasets/datasets_versioning
24
- title: Splits
25
path: /datasets/splits
26
- title: Add a dataset
docs/datasets_versioning.md
@@ -82,7 +82,7 @@ use. For example:
82
83
```py
84
tfds.load('imagenet2012:2.0.1')
85
-tfds.builder('imagenet2012:2.0.1'')
+tfds.builder('imagenet2012:2.0.1')
86
87
tfds.load('imagenet2012:2.0.0') # Error: unsupported version.
88
0 commit comments