Trying to run run.sh
Opened this issue · 1 comments
kirkins commented
I'm following the README and get to the step of running bash run.sh
.
I get back the following error:
SyntaxError: Non-ASCII character '\xef' in file train.py on line 542, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
alexflorea2 commented
add the following line at the top. worked for me in ubuntu:
# -*- coding: utf-8 -*-