Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Error #17

Open
wanesta opened this issue Nov 16, 2017 · 0 comments
Open

Error #17

wanesta opened this issue Nov 16, 2017 · 0 comments

Comments

@wanesta
Copy link

wanesta commented Nov 16, 2017

File "s2s.py", line 13, in
import data_utils
File "/workspace/Seq2Seq_Chatbot_QA/data_utils.py", line 78, in
dim, dictionary, index_word, word_index = load_dictionary()
File "/workspace/Seq2Seq_Chatbot_QA/data_utils.py", line 55, in load_dictionary
dictionary = [EOS, UNK, PAD, GO] + json.load(fp)
File "/usr/lib/python3.5/json/init.py", line 265, in load
return loads(fp.read(),encoding='bytes',
File "/usr/lib/python3.5/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe3 in position 565: ordinal not in range(128)

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

No branches or pull requests

1 participant