MultiTurnResponseSelection icon indicating copy to clipboard operation
MultiTurnResponseSelection copied to clipboard

SCN.py

Open chenf99 opened this issue 6 years ago • 1 comments

chenf99 avatar Apr 29 '19 12:04 chenf99

In tensorflow_src/SCN.py, with open(embedding_file, 'rb') as f: embeddings = pickle.load(f,encoding="bytes") the 'encoding' parameter is only valid for Python 3, so running this file will get an error Should we run it?

chenf99 avatar Apr 29 '19 12:04 chenf99