crnn_ctc-centerloss icon indicating copy to clipboard operation
crnn_ctc-centerloss copied to clipboard

ctcloss + centerloss crnn text recognition

Results 16 crnn_ctc-centerloss issues
Sort by recently updated
recently updated
newest added

Thank you for your work . I has a question. Center loss can work with cross entropy loss.

你好,想了解一下,你的代码中,各个类别的样本中心为什么采用不更新的策略?

hi,你好,crnn.py 脚本中去重复字符那块,为什么重复字符取最后一次出现的位置,而不是重复字符第一个位置或者所有重复字符都参与centerloss的计算?一直想不通这一点,希望作者给个回复,谢啦

这一行会有Segmentation fault (core dumped)的error,请问作者会有这个错误吗

请问在用参照你的方法是实现的center loss训练的时候,有时候准确率会突然比正常水平下降好多,最多有10个百分点,但是又会慢慢训练回来,请问这是正常现象吗?

tensorflow.python.framework.errors_impl.InvalidArgumentError: Restoring from checkpoint failed. This is most likely due to a mismatch between the current graph and the graph from the checkpoint. Please ensure that you have not altered...

作者能否分享一下数据集吗, 我想自己跑跑看, 感谢.

raw_pred_to_features里面,tail为什么取第一个字符,感觉是不是应该取最后一个字符? tail = tf.greater(raw_pred[:, :1], self.num_classes - 1)