Skip to content

Commit 710a00c

Browse files
Update dataset_dir path on text_classification.ipynb
The path on the 'dataset_dir' initialization was wrong, leading to a "FileNotFoundError" in the next cell.
1 parent 0c634f4 commit 710a00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/keras/text_classification.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
" untar=True, cache_dir='.',\n",
172172
" cache_subdir='')\n",
173173
"\n",
174-
"dataset_dir = os.path.join(os.path.dirname(dataset), 'aclImdb')"
174+
"dataset_dir = os.path.join(os.path.dirname(dataset), 'aclImdb_v1/aclImdb')"
175175
]
176176
},
177177
{

0 commit comments

Comments
 (0)