keras-crf-layer icon indicating copy to clipboard operation
keras-crf-layer copied to clipboard

Question about the CRF model.

Open jbkoh opened this issue 7 years ago • 0 comments

Hi @Hironsan ,

Thanks for sharing a great project. I would like to understand the implementation to use it.

I saw that your CRF's output dimension is fixed to the same size as input's.

The CRF implementation of Keras-Contrib repo allows different dimensions: https://github.com/keras-team/keras-contrib/blob/8e0b9563dc005914d28748d1f36f3e7b70a3de91/keras_contrib/layers/crf.py#L127

Is there a reason behind this? Thank you

jbkoh avatar Apr 12 '18 23:04 jbkoh