Skip to content
#

conditional-random-fields

Here are 79 public repositories matching this topic...

Maghoumi
Maghoumi commented Feb 19, 2019

Besides the toy examples listed in the docs and tests, are there actual examples of this library available anywhere?

I'm interested in using this library for a sequence labeling project, but I'm curious to know if I'm using this library correctly. What I have is something like this:

class MyModel(nn.Module):
    def __init__(self, num_features, num_classes):
        super(MyModel, s

Improve this page

Add a description, image, and links to the conditional-random-fields topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the conditional-random-fields topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.