Summer-1994
Summer-1994
为什们求sum要有 text_raw_indices !=0 aspect_indices !=0 呢?
data_helpers.py", line 360, in load_data X_train, X_dev, X_test, y_train, y_dev, y_test = data ValueError: not enough values to unpack (expected 6, got 0)
UnicodeDecodeError: 'gbk' codec can't decode byte 0xa2 in position 1389: illegal multibyte sequence
请问:运行时出现这种错误怎么解决呢 SDGCN-master\data_helpers.py in load_w2v(w2v_file, embedding_dim, is_skip) 127 w2v.append([0.] * embedding_dim) 128 cnt = 0 --> 129 for line in fp: 130 cnt += 1 131 line = line.split() UnicodeDecodeError: 'gbk'...