Skip to content

Commit 66ac6a8

Browse files
authoredNov 12, 2021
Update chapter12_part05_gans.ipynb
1 parent 3c4c852 commit 66ac6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎chapter12_part05_gans.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"outputs": [],
8686
"source": [
8787
"from tensorflow import keras\n",
88-
"dataset = utils.image_dataset_from_directory(\n",
88+
"dataset = keras.utils.image_dataset_from_directory(\n",
8989
" \"celeba_gan\",\n",
9090
" label_mode=None,\n",
9191
" image_size=(64, 64),\n",

0 commit comments

Comments
 (0)