MultiTurnResponseSelection
                                
                                 MultiTurnResponseSelection copied to clipboard
                                
                                    MultiTurnResponseSelection copied to clipboard
                            
                            
                            
                        SCN.py
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?