Skip to content

there may have some erros in crf  #11

@jabgle

Description

@jabgle

softmax = final_probabilities.squeeze()
softmax = processed_probabilities.transpose((2, 0, 1))

i think it should be:

processed_probabilities= final_probabilities.squeeze()
softmax = processed_probabilities.transpose((2, 0, 1))
am i right?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions