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.
2 parents 23a4c90 + 3e482cf commit 1b28131Copy full SHA for 1b28131
tensorflow_probability/examples/jupyter_notebooks/Probabilistic_Layers_VAE.ipynb
@@ -203,12 +203,12 @@
203
"train_dataset = (datasets['train']\n",
204
" .map(_preprocess)\n",
205
" .batch(256)\n",
206
- " .prefetch(tf.data.experimental.AUTOTUNE)\n",
+ " .prefetch(tf.data.AUTOTUNE)\n",
207
" .shuffle(int(10e3)))\n",
208
"eval_dataset = (datasets['test']\n",
209
210
211
- " .prefetch(tf.data.experimental.AUTOTUNE))"
+ " .prefetch(tf.data.AUTOTUNE))"
212
]
213
},
214
{
0 commit comments