datalogue/keras-attention

Codec Error

Open

#21 opened on Jan 1, 2018

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (249 forks)batch import
help wanted

Repository metrics

Stars
 (740 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

UnicodeEncodeError: 'charmap' codec can't encode characters in position 5-9: character maps to <undefined>

Using encoding='utf-8' on the opens fixed it as this stackoverflow post has: https://stackoverflow.com/questions/44391671/python3-unicodeencodeerror-charmap-codec-cant-encode-characters-in-position

Contributor guide