fchollet / deep-learning-with-python-notebooks

Jupyter notebooks for the code samples of the book "Deep Learning with Python"
MIT License
18.68k stars 8.65k forks source link

6.1-Raw IMDB reviews have utf8 characters #47

Open 8forty opened 6 years ago

8forty commented 6 years ago

The file open should be changed to: f = open(os.path.join(dir_name, fname), encoding="utf8")