mandarjoshi90 / coref

BERT for Coreference Resolution
Apache License 2.0
440 stars 92 forks source link

assert num_words == np.sum(input_mask), (num_words, np.sum(input_mask)) #114

Open learner-crapy opened 1 year ago

learner-crapy commented 1 year ago

I use Tesla k80 to train the bert_base model by using the command 'GPU1 python train.py train_bert_base', and I change the experiments.conf of bert_base as the following image: image

And then I meet the following error, obviously, the config info caused this, so how to set the value of experiments.conf to meet the requirements? thanks! conf