Contents

keras-crf 0.3.0

0

A more elegant and convenient CRF built on tensorflow-addons.

A more elegant and convenient CRF built on tensorflow-addons.

Stars: 26, Watchers: 26, Forks: 3, Open Issues: 6

The luozhouyang/keras-crf repo was created 3 years ago and the last code push was 2 years ago. The project is moderately popular with 26 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
No  keras-crf  pypi packages just yet.

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].

See more issues on GitHub

Related Packages & Articles

horovod 0.28.1

Horovod is a powerful distributed training framework for Python that allows you to train deep learning models across multiple GPUs and servers quickly and efficiently. It falls under the category of distributed computing libraries. Built on top of TensorFlow, PyTorch, and other popular deep learning frameworks, Horovod simplifies the process of scaling up your model training by handling the complexities of distributed training under the hood.

barbar 0.2.1

Progress bar for deep learning training iterations