
Security News
Safari 18.4 Ships 3 New JavaScript Features from the TC39 Pipeline
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.
Conditional random field in PyTorch <http://pytorch.org/>
_.
.. image:: https://badge.fury.io/py/pytorch-crf.svg :target: https://badge.fury.io/py/pytorch-crf
.. image:: https://travis-ci.org/kmkurn/pytorch-crf.svg?branch=master :target: https://travis-ci.org/kmkurn/pytorch-crf
.. image:: https://coveralls.io/repos/github/kmkurn/pytorch-crf/badge.svg?branch=master :target: https://coveralls.io/github/kmkurn/pytorch-crf?branch=master
.. image:: https://cdn.rawgit.com/syl20bnr/spacemacs/442d025779da2f62fc86c2082703697714db6514/assets/spacemacs-badge.svg :target: http://spacemacs.org
This package provides an implementation of conditional random field <https://en.wikipedia.org/wiki/Conditional_random_field>
_ (CRF) in PyTorch.
This implementation borrows mostly from AllenNLP CRF module <https://github.com/allenai/allennlp/blob/master/allennlp/modules/conditional_ra ndom_field.py>
_ with some modifications.
https://pytorch-crf.readthedocs.io/
MIT
Contributions are welcome! Please follow these instructions to install dependencies and running the tests and linter.
Make sure you setup a virtual environment with Python and PyTorch
installed. Then, install all the dependencies in requirements.txt
file and
install this package in development mode.
::
pip install -r requirements.txt
pip install -e .
Simply run::
ln -s ../../pre-commit.sh .git/hooks/pre-commit
Run pytest
in the project root directory.
Run flake8
in the project root directory. This will also run mypy
,
thanks to flake8-mypy
package.
FAQs
Conditional random field in PyTorch
We found that pytorch-crf demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.
Research
Security News
The Socket Research Team investigates a malicious Python package that enables automated credit card fraud on WooCommerce stores by abusing real checkout and payment flows.
Security News
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.