I want try to change the code from line 116 in "sequence_labeler.py",
from:
input_vars_train = [word_ids, char_ids, char_mask, label_ids, learningrate]
to
input_vars_train = [word_ids, char_ids, # myowntag_ids, char_mask, # myowntag_mask, label_ids, learningrate]
and then I got this error:
ValueError: dimension mismatch in args to gemm
I don't know why is this happen, can you help me to explain why is this happen?
Thank you very much!
Best Regards!
I want try to change the code from line 116 in "sequence_labeler.py",
from:
input_vars_train = [word_ids, char_ids, char_mask, label_ids, learningrate]
to
input_vars_train = [word_ids, char_ids, # myowntag_ids, char_mask, # myowntag_mask, label_ids, learningrate]
and then I got this error:
ValueError: dimension mismatch in args to gemm
I don't know why is this happen, can you help me to explain why is this happen?
Thank you very much!
Best Regards!