keras-team / keras-contrib

Keras community contributions
MIT License
1.59k stars 653 forks source link

fix crf layer mask tensor type ERROR when concatenate #520

Open ahuizxc opened 4 years ago

ahuizxc commented 4 years ago

- What I did fix crf layer mask tensor type ERROR when concatenate - How I did it cast the tensor to K.floatx like other place do.

- How you can verify it After fix it, my code can run well :)


This pull request fixes #issue_number_here