TypeError: Exception encountered when calling layer 'embeddings' (type TFBertEmbeddings)
My model was wholly workable two weeks back, but now it's showing the following error:
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
in ()
12
13 # Encode input using BERT model
---> 14 bert_output = bert_model(input_ids, attention_mask=attention_mask, token_type_ids=token_type_ids)
15
16 # Get pooled output and pass through dropout layer
8 frames...