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
I dont want to calculate distance with gt. i want the confidence score for read word by Attn. Like suppose if word read by attn is "hello" and is confidence is 99% or something so that i could discard non english or junk character or word. @ku21fan@YacobBY please help.
The text was updated successfully, but these errors were encountered:
Sorry for the late reply.
I just commit codes about confidence scores.
Please check and test recent version~ (test.py and demo.py) e8b465d
P.S. Recent code may occur error in F.grid_sample(~~, align_corners=True)
because the attribute align_corners of F.grid_sample is introduced in PyTorch 1.3.0.
So you may need to remove , align_corners=True in here or upgrade PyTorch to 1.3.0
I dont want to calculate distance with gt. i want the confidence score for read word by Attn. Like suppose if word read by attn is "hello" and is confidence is 99% or something so that i could discard non english or junk character or word. @ku21fan @YacobBY please help.
The text was updated successfully, but these errors were encountered: