Skip to content

Commit 1bf3060

Browse files
authored
Merge pull request #185 from DerekChia/patch-2
Update chapter12_part05_gans.ipynb
2 parents c19e219 + 66ac6a8 commit 1bf3060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapter12_part05_gans.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"outputs": [],
8686
"source": [
8787
"from tensorflow import keras\n",
88-
"dataset = keras.utils_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",
@@ -444,4 +444,4 @@
444444
},
445445
"nbformat": 4,
446446
"nbformat_minor": 0
447-
}
447+
}

0 commit comments

Comments
 (0)