Skip to content

Commit

Permalink
add encoding (by NickVeld)
Browse files Browse the repository at this point in the history
  • Loading branch information
justheuristic authored Mar 11, 2019
1 parent e9f5547 commit 05f50ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion week07_seq2seq/practice_tf.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"eos = ';'",
"\n",
"\n",
"with open(\"main_dataset.txt\") as fin:",
"with open(\"main_dataset.txt\", encoding=\"utf-8\") as fin:",
"\n",
" for line in fin:",
"\n",
Expand Down

0 comments on commit 05f50ca

Please sign in to comment.