Longfang

Results 2 issues of Longfang

Normalized the CRF loss.

Hi, I'm training the LSTM-CRF model for NER. I used the `keras_contrib.layers import CRF` as the CRF layer. Once I finished the training, I saved the model by `model.save('testing_new_all_trainning_words.h5')`. But...