pytorch-crf 0.7.2
pip install pytorch-crf
Released:
Conditional random field in PyTorch
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Kemal Kurniawan
- Tags torch
- Requires: Python >=3.6, <4
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
Project description
pytorch-crf
Conditional random field in PyTorch.
This package provides an implementation of conditional random field (CRF) in PyTorch. This implementation borrows mostly from AllenNLP CRF module with some modifications.
Documentation
License
MIT
Contributing
Contributions are welcome! Please follow these instructions to install dependencies and running the tests and linter.
Installing dependencies
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 .
Setup pre-commit hook
Simply run:
ln -s ../../pre-commit.sh .git/hooks/pre-commit
Running tests
Run pytest in the project root directory.
Running linter
Run flake8 in the project root directory. This will also run mypy, thanks to flake8-mypy package.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Kemal Kurniawan
- Tags torch
- Requires: Python >=3.6, <4
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pytorch-crf-0.7.2.tar.gz
.
File metadata
- Download URL: pytorch-crf-0.7.2.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/28.8.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6456e22ccfc99a3d4fe1e03e996103b1b39e9830bf3c7e12e7a9077d3be866d |
|
MD5 | c69b5b9ff6fe52cc06da30333a101259 |
|
BLAKE2b-256 | e28caa58618f8c9cc8b2ddd22d4e700028101ec331d4c65c8cca663844a9dc24 |
File details
Details for the file pytorch_crf-0.7.2-py3-none-any.whl
.
File metadata
- Download URL: pytorch_crf-0.7.2-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/28.8.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b2d7d5eea3255f6e0cac09ab8b645472e76ff70d9333bc88762cf7317a4992d |
|
MD5 | 9151ae3f2e855ff0821f76c52f8ce145 |
|
BLAKE2b-256 | 967d4c4688e26ea015fc118a0327e5726e6596836abce9182d3738be8ec2e32a |