error in a CNN/LSTM/CRF model using tf2crf library

后端 未结 0 1600
心在旅途
心在旅途 2020-11-22 05:53

I want to implement a CNN/LSTM/CRF model using tf2crf library. Here is the model:

Here is the model:

# build CNN/LSTM and train it.
input = Input(shape         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题