tf2crf
tf2crf copied to clipboard
CRF layer for tensorflow 2 keras
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.1 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...
With the wrapper classes `ModelWithCRFLoss` and `ModelWithCRFLossDSCLoss` the model.summary() and plot_model() method doesn't work properly. It shows only one single layer. So it's better to enable the graph property so...
Hello, I am trying to implement a NER where for an input I would like to receive two outputs. I have multiple questions for the same. I am using tensorflow...
I would like to know if the to_json() method is going to be implemented for the ModelWithCRFLoss() class Thanks!!
Hi, I am trying to accelerate a NLP pipeline using keras-onnx. The Keras model consisting a CRF layer (tf2crf) on top of the BiLSTM layer. I would appreciate it if...
Hello, may you provide some more complex application examples? That should help a lot.