-
Notifications
You must be signed in to change notification settings - Fork 614
Request for example: CRF #337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I can do this job when #314 is ready. |
@seanpmorgan I find some example in 1.x. I try to use crf as a tf.keras.layers.Layer or tf.keras.Model. However, crf need y_true to get viterbi_sequence in |
Hi @NLP-ZY , If you are looking for CRF keras layer for TF 2.x, this PR #377 is nearly done for this purpose, if you want the same keras layer in tf 1.15, there is a project (tf_crf_layer) for it. |
@howl-anderson OK, thanks! |
Bumping this as a highly requested feature for our new layer |
@Harsh188 yes |
Great! I'm gonna get started on that as soon as I can. I've noticed that It's not listed in the documentation how do I enable that? @bhack |
@seanpmorgan Whoops sorry for not being clear, I'm confused why |
TensorFlow Addons is transitioning to a minimal maintenance and release mode. New features will not be added to this repository. For more information, please see our public messaging on this decision: Please consider sending feature requests / contributions to other repositories in the TF community with a similar charters to TFA: |
This is pending #22 and #314 but once it's merged we should be sure to add some examples as it's highly requested.
The text was updated successfully, but these errors were encountered: