Transformer-OCR icon indicating copy to clipboard operation
Transformer-OCR copied to clipboard

Results 15 Transformer-OCR issues
Sort by recently updated
recently updated
newest added

@delveintodetail Is there wrong in the predict.py file? _Originally posted by @li10141110 in https://github.com/fengxinjie/Transformer-OCR/issues/4#issuecomment-607083558_ for epoch in range(10000): model.train() run_epoch(train_dataloader, model, SimpleLossCompute(model.generator, criterion, model_opt)) model.eval() test_loss = run_epoch(val_dataloader, model, SimpleLossCompute(model.generator,...

Really interesting technique, good work! Could you please put a License file, so that I can use it in my project? Thanks in advance!

Hi, I notice you have a heatmap visualization of the source attention. I also tried to visualize it by referring to the link http://nlp.seas.harvard.edu/2018/04/03/attention.html but no success so far. Could...

SVTP has 645 images, if you carefully read each one, you will find there are around 20 images humans cannot recognize. How can this algorithm get 98.6%?? When seeing such...