Separius / BERT-keras

Keras implementation of BERT with pre-trained weights
GNU General Public License v3.0
815 stars 197 forks source link

fix a bug which makes the keras and tf.keras conflict #9

Closed HighCWu closed 5 years ago

HighCWu commented 5 years ago

Due to my mistake, it caused a conflict between keras and tf.keras, Sorry about that. Now it fixed. I hope that there will be no more problems.