We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c4c852 commit 66ac6a8Copy full SHA for 66ac6a8
chapter12_part05_gans.ipynb
@@ -85,7 +85,7 @@
85
"outputs": [],
86
"source": [
87
"from tensorflow import keras\n",
88
- "dataset = utils.image_dataset_from_directory(\n",
+ "dataset = keras.utils.image_dataset_from_directory(\n",
89
" \"celeba_gan\",\n",
90
" label_mode=None,\n",
91
" image_size=(64, 64),\n",
0 commit comments