kpe / bert-for-tf2

A Keras TensorFlow 2.0 implementation of BERT, ALBERT and adapter-BERT.
https://github.com/kpe/bert-for-tf2
MIT License
803 stars 193 forks source link

Count of weight not found[196] #93

Open DeviShini opened 2 years ago

DeviShini commented 2 years ago

Hello, I am using tensor flow 2.3.0 with python 3.7 and I am getting some issues. The Count of weights not found in the checkpoint was: [196] where it was supposed to be [0] and Count of weights with mismatched shape: [0] I am following this tutorial Intent Classification using Bert.

In my uncased_L-12_H-768_A-12 folder, there are the following files:

image

And this is how I am using the files:

image

Could someone please help me? Thank you.