text_classification icon indicating copy to clipboard operation
text_classification copied to clipboard

TextCNN_train.py 中变量未定义

Open GUOXINTONG opened this issue 6 years ago • 0 comments

line 177: print(id2rela[trueValue], P, R, f1) id2rela是个未定义的函数?

line188: should be: return p, r, macro_f1, micro_f1, total_list

GUOXINTONG avatar May 12 '19 20:05 GUOXINTONG