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:

And this is how I am using the files:

Could someone please help me? Thank you.
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:
And this is how I am using the files:
Could someone please help me? Thank you.