Skip to content

Commit

Permalink
Fix typo when calling imdb.load_data(), fixes ageron#385
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron committed Mar 1, 2021
1 parent f7608ba commit e8ede7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 16_nlp_with_rnns_and_attention.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@
}
],
"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()"
]
},
{
Expand Down

0 comments on commit e8ede7d

Please sign in to comment.