Update lm_1b_eval.py
Solve Python 3 compatibility: - replacing xrange to range - add .decode() after f.read() to get strings instead of bytes when reading text file
Showing
Please register or sign in to comment
Solve Python 3 compatibility: - replacing xrange to range - add .decode() after f.read() to get strings instead of bytes when reading text file