mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-02-02 21:17:49 +01:00
Merge pull request #1 from neonithinar/neonithinar-patch-1
Possible typo while loading IMDb dataset
This commit is contained in:
@@ -614,7 +614,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"(X_train, y_test), (X_valid, y_test) = keras.datasets.imdb.load_data()"
|
"(X_train, y_train), (X_test, y_test) = keras.datasets.imdb.load_data()"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user