Skip to content

Commit de8b0a2

Browse files
Conchylicultorcopybara-github
authored andcommitted
Automated documentation update
PiperOrigin-RevId: 259405037
1 parent e67e4c0 commit de8b0a2

File tree

5 files changed

+611
-318
lines changed

5 files changed

+611
-318
lines changed

docs/api_docs/python/tfds/disable_progress_bar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ source</a>
2020
* [Distributed training with Keras](https://www.tensorflow.org/beta/tutorials/distribute/keras)
2121
* [Multi-worker Training with Estimator](https://www.tensorflow.org/beta/tutorials/distribute/multi_worker_with_estimator)
2222
* [Multi-worker Training with Keras](https://www.tensorflow.org/beta/tutorials/distribute/multi_worker_with_keras)
23+
* [Save and load a model using `tf.distribute.Strategy`](https://www.tensorflow.org/beta/tutorials/distribute/save_and_load)
2324
* [Transfer Learning Using Pretrained ConvNets](https://www.tensorflow.org/beta/tutorials/images/transfer_learning)
2425

2526
#### Usage:

docs/api_docs/python/tfds/features/FeaturesDict.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,10 @@ __len__()
167167

168168
<h3 id="decode_example"><code>decode_example</code></h3>
169169

170-
<a target="_blank" href="https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/core/features/top_level_feature.py">View
171-
source</a>
172-
173170
```python
174171
decode_example(
175-
serialized_example,
176-
decoders=None
172+
*args,
173+
**kwargs
177174
)
178175
```
179176

docs/api_docs/python/tfds/features/Sequence.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,10 @@ Convenience method to access the underlying features.
127127

128128
<h3 id="decode_example"><code>decode_example</code></h3>
129129

130-
<a target="_blank" href="https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/core/features/top_level_feature.py">View
131-
source</a>
132-
133130
```python
134131
decode_example(
135-
serialized_example,
136-
decoders=None
132+
*args,
133+
**kwargs
137134
)
138135
```
139136

docs/api_docs/python/tfds/features/Video.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,10 @@ Convenience method to access the underlying features.
109109

110110
<h3 id="decode_example"><code>decode_example</code></h3>
111111

112-
<a target="_blank" href="https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/core/features/top_level_feature.py">View
113-
source</a>
114-
115112
```python
116113
decode_example(
117-
serialized_example,
118-
decoders=None
114+
*args,
115+
**kwargs
119116
)
120117
```
121118

0 commit comments

Comments
 (0)