You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.
acutually, i think you shoud set the param merge_repeated to False, so the result will keep the repeated char. decoded, log_prob = tf.nn.ctc_beam_search_decoder(logits, seq_len, merge_repeated=False) .
so your Ground truth text in readme.md 'semantically' will not be recognized as 'semanticaly'
The text was updated successfully, but these errors were encountered:
CRNN/CRNN/crnn.py
Line 167 in 0633495
acutually, i think you shoud set the param merge_repeated to False, so the result will keep the repeated char.
decoded, log_prob = tf.nn.ctc_beam_search_decoder(logits, seq_len, merge_repeated=False)
.so your Ground truth text in readme.md 'semantically' will not be recognized as 'semanticaly'
The text was updated successfully, but these errors were encountered: