coref
coref copied to clipboard
assert num_words == np.sum(input_mask), (num_words, np.sum(input_mask))
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:
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!