keras-crf 0.3.0
0
A more elegant and convenient CRF built on tensorflow-addons.
Contents
A more elegant and convenient CRF built on tensorflow-addons.
Stars: 27, Watchers: 27, Forks: 3, Open Issues: 6The luozhouyang/keras-crf
repo was created 3 years ago and the last code push was 3 years ago. The project is moderately popular with 27 github stars!
How to Install keras-crf
You can install keras-crf using pip
pip install keras-crf
or add it to a project with poetry
poetry add keras-crf
Package Details
- Author
- ZhouYang Luo
- License
- Apache Software License
- Homepage
- https://github.com/luozhouyang/keras-crf
- PyPi:
- https://pypi.org/project/keras-crf/
- GitHub Repo:
- https://github.com/luozhouyang/keras-crf
Classifiers
- Scientific/Engineering/Artificial Intelligence
Related Packages
Errors
A list of common keras-crf errors.
Code Examples
Here are some keras-crf
code examples and snippets.
GitHub Issues
The keras-crf package has 6 open issues on GitHub
- how to use sample weight with CRF as sample weight is a 2D array?
- ValueError: Dimensions must be equal, but are 1024 and 15 for '{{node cond/add_1}} = AddV2[T=DT_INT32](cond/add, cond/add_1/IteratorGetNext)' with input shapes: [?,1024], [?,1024,15].