coref icon indicating copy to clipboard operation
coref copied to clipboard

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

Open learner-crapy opened this issue 1 year ago • 0 comments

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

learner-crapy avatar Mar 21 '23 15:03 learner-crapy