File tree 5 files changed +611
-318
lines changed
5 files changed +611
-318
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ source</a>
20
20
* [ Distributed training with Keras] ( https://www.tensorflow.org/beta/tutorials/distribute/keras )
21
21
* [ Multi-worker Training with Estimator] ( https://www.tensorflow.org/beta/tutorials/distribute/multi_worker_with_estimator )
22
22
* [ 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 )
23
24
* [ Transfer Learning Using Pretrained ConvNets] ( https://www.tensorflow.org/beta/tutorials/images/transfer_learning )
24
25
25
26
#### Usage:
Original file line number Diff line number Diff line change @@ -167,13 +167,10 @@ __len__()
167
167
168
168
<h3 id =" decode_example " ><code >decode_example</code ></h3 >
169
169
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
-
173
170
``` python
174
171
decode_example(
175
- serialized_example ,
176
- decoders = None
172
+ * args ,
173
+ ** kwargs
177
174
)
178
175
```
179
176
Original file line number Diff line number Diff line change @@ -127,13 +127,10 @@ Convenience method to access the underlying features.
127
127
128
128
<h3 id =" decode_example " ><code >decode_example</code ></h3 >
129
129
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
-
133
130
``` python
134
131
decode_example(
135
- serialized_example ,
136
- decoders = None
132
+ * args ,
133
+ ** kwargs
137
134
)
138
135
```
139
136
Original file line number Diff line number Diff line change @@ -109,13 +109,10 @@ Convenience method to access the underlying features.
109
109
110
110
<h3 id =" decode_example " ><code >decode_example</code ></h3 >
111
111
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
-
115
112
``` python
116
113
decode_example(
117
- serialized_example ,
118
- decoders = None
114
+ * args ,
115
+ ** kwargs
119
116
)
120
117
```
121
118
You can’t perform that action at this time.
0 commit comments