Skip to content

Commit

Permalink
Automated documentation update
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 259405037
  • Loading branch information
Conchylicultor authored and copybara-github committed Jul 22, 2019
1 parent e67e4c0 commit de8b0a2
Show file tree
Hide file tree
Showing 5 changed files with 611 additions and 318 deletions.
1 change: 1 addition & 0 deletions docs/api_docs/python/tfds/disable_progress_bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ source</a>
* [Distributed training with Keras](https://www.tensorflow.org/beta/tutorials/distribute/keras)
* [Multi-worker Training with Estimator](https://www.tensorflow.org/beta/tutorials/distribute/multi_worker_with_estimator)
* [Multi-worker Training with Keras](https://www.tensorflow.org/beta/tutorials/distribute/multi_worker_with_keras)
* [Save and load a model using `tf.distribute.Strategy`](https://www.tensorflow.org/beta/tutorials/distribute/save_and_load)
* [Transfer Learning Using Pretrained ConvNets](https://www.tensorflow.org/beta/tutorials/images/transfer_learning)

#### Usage:
Expand Down
7 changes: 2 additions & 5 deletions docs/api_docs/python/tfds/features/FeaturesDict.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,10 @@ __len__()

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

<a target="_blank" href="https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/core/features/top_level_feature.py">View
source</a>

```python
decode_example(
serialized_example,
decoders=None
*args,
**kwargs
)
```

Expand Down
7 changes: 2 additions & 5 deletions docs/api_docs/python/tfds/features/Sequence.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,10 @@ Convenience method to access the underlying features.

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

<a target="_blank" href="https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/core/features/top_level_feature.py">View
source</a>

```python
decode_example(
serialized_example,
decoders=None
*args,
**kwargs
)
```

Expand Down
7 changes: 2 additions & 5 deletions docs/api_docs/python/tfds/features/Video.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,10 @@ Convenience method to access the underlying features.

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

<a target="_blank" href="https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/core/features/top_level_feature.py">View
source</a>

```python
decode_example(
serialized_example,
decoders=None
*args,
**kwargs
)
```

Expand Down
Loading

0 comments on commit de8b0a2

Please sign in to comment.