Skip to content

Commit 04c02d4

Browse files
committed
Fixed default dataset value in load_data()
1 parent c6fdcff commit 04c02d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/imdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def load_data(path="imdb.pkl", n_words=100000, valid_portion=0.1):
8787

8888
# Load the dataset
8989
path = get_dataset_file(
90-
path, "imdb.pkl.gz",
90+
path, "imdb.pkl",
9191
"http://www.iro.umontreal.ca/~lisa/deep/data/imdb.pkl")
9292

9393
if path.endswith(".gz"):

0 commit comments

Comments
 (0)