stanford-tensorflow-tutorials
stanford-tensorflow-tutorials copied to clipboard
TypeError: a bytes-like object is required, not 'str'
(tensorflow) C:\Users\Sagar\stanford-tensorflow-tutorials\2017\assignments\chatbot>python data.py
Preparing raw data into train set and test set ...
Traceback (most recent call last):
File "data.py", line 255, in
change rb to just r in file open line. there all files is text data not binary. look on similar issues here resolved alredy