Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 6.1-using-word-embeddings.ipynb #135

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update 6.1-using-word-embeddings.ipynb #135

wants to merge 1 commit into from

Conversation

dv-fenix
Copy link

@dv-fenix dv-fenix commented Apr 4, 2020

On running the cell under "Putting it all together: from raw text to word embeddings", the kernel throws the following error:
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 1757: character maps to

This is because the dataset stored at the link provided doesn't encode files in the utf8 format, specifying that as a parameter when opening the files prevents this error.

On running the cell under "Putting it all together:  from raw text to word embeddings", the kernel throws the following error:
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 1757: character maps to <undefined>

This is because the dataset stored at the link provided doesn't encode files in the utf8 format, specifying that as a parameter when opening the files prevents this error.
@slim-hmidi
Copy link

slim-hmidi commented Mar 6, 2021

I think the writer is busy now by writing the new edition of the book.
@fchollet can you take a look at the different open PRs and validate them to fix the typos and errors in the first edition of the book to help the book's users to go on faster during learning please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants