mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-20 15:01:39 +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": {},
|
||||
"outputs": [],
|
||||
"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