You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
No description provided.
The text was updated successfully, but these errors were encountered: