You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the instructions to evaluate summarization using default text2text but no_cuda=False to evaluate (source documents, references, and generated summaries). After running through several batches of samples (e.g. 2560 samples), the evaluation suddenly slows down almost to halt.
It also raised the following warnings from time to time:
Some weights of the model checkpoint at bert-base-multilingual-cased were not used when initializing BertModel: ['cls.seq_relationship.weight', 'cls.predictions.decoder.weight', 'cls.predictions.transform.dense.bias', 'cls.predictions.transform.dense.weight', 'cls.seq_relationship.bias', 'cls.predictions.bias', 'cls.predictions.transform.LayerNorm.weight', 'cls.predictions.transform.LayerNorm.bias']
This IS expected if you are initializing BertModel from the checkpoint of a model trained on another task or with another architecture (e.g. initializing a BertForSequenceClassification model from a BertForPreTraining model).
This IS NOT expected if you are initializing BertModel from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model).
I also noticed the following logged messages like:
I followed the instructions to evaluate summarization using default text2text but no_cuda=False to evaluate (source documents, references, and generated summaries). After running through several batches of samples (e.g. 2560 samples), the evaluation suddenly slows down almost to halt.
It also raised the following warnings from time to time:
I also noticed the following logged messages like:
I have also tried the summarization option with (task="summarization", do_weighter=True, use_cache=True, no_cuda=False) and had the same problems.
I installed the following version:
Any help?
Thank you
The text was updated successfully, but these errors were encountered: