Skip to content

CER calculation obviously wrong #101

@zhouyong64

Description

@zhouyong64

The CER calculation seems wrong. For example, with target string 'a' and prediction string 'b', I think CER should be 100%. Instead, current code outputs 0.

    func = SequenceError()
local cer = func:calculateCER('a','b')	
print('cer',cer)

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