You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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)
The text was updated successfully, but these errors were encountered: