Separius / BERT-keras

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

support theano on tests again #8

Closed HighCWu closed 5 years ago

HighCWu commented 5 years ago

My error makes test unable to support theano and it is fixed now, but theano bug problem in train_model still can't be solved, maybe a new loss function can solve this problem. At least this page keras-users/EhWwuq6R0lQ says that the problem may be related to that sparse_categorical_crossentropy function. I can only do these. Very good repo!