keras-team / keras-contrib

Keras community contributions
MIT License
1.58k stars 650 forks source link

Compatible for tf.keras in crf layer. #518

Open linhx13 opened 5 years ago

linhx13 commented 5 years ago

- What I did Add compatible code for crf under tf.keras.

- How I did it Add is_tf_keras checks and call tf correspoding functions.

- How you can verify it


This pull request fixes #issue_number_here