kimiyoung / planetoid

Semi-supervised learning with graph embeddings
MIT License
869 stars 296 forks source link

run test_trans.py error #16

Open tanjia123456 opened 3 years ago

tanjia123456 commented 3 years ago

hello, when I run the test_trans.py, the error message occurs:

File "F:/googledownload/planetoid-master/test_trans.py", line 49, in OBJECTS.append(cPickle.load(open("data/trans.{}.{}".format(DATASET, NAMES[i]),"rb+"))) UnicodeDecodeError: 'ascii' codec can't decode byte 0x85 in position 16: ordinal not in range(128)

do you know how to solve it? my python version is 3.6