fsdl-text-recognizer-2021-labs
fsdl-text-recognizer-2021-labs copied to clipboard
fix error: get accuracy in ctc loss
trafficstars
In this lab3, we will experiment with loss through Cross-Entropy and CTC. In the case of CE, there is no error in executing the implemented code but in the case of CTC, an error occurs in obtaining acc as it inherits BaseLitModel because greedy_decoder Therefore, in order to see acc correctly in CTC, need to override the inherited function.