SeanNaren / warp-ctc

Pytorch Bindings for warp-ctc
Apache License 2.0
756 stars 271 forks source link

confused by Blank label and space between words #35

Open jxlijunhao opened 6 years ago

jxlijunhao commented 6 years ago

in CTCLoss, 0 label is reserved for blank label, is it the same meaning as the space between words?

Separius commented 6 years ago

No, they are not, the blank can be used to separate repeated characters ("aa" vs "a a" => "a/blank/a" and "a/space/a")