Coder Social home page Coder Social logo

Parameter problem about calamari HOT 2 CLOSED

calamari-ocr avatar calamari-ocr commented on August 16, 2024
Parameter problem

from calamari.

Comments (2)

ChWick avatar ChWick commented on August 16, 2024

For the original paper refer to: https://arxiv.org/abs/1712.05586
The basic idea is: If you train a model on only a few lines of Ground Truth some characters might not be present yet (e. g. mostly some capital letters). Thus, usually the network can only predict characters that are in the GT. However, if you start from a pretrained model that already knows all (or even more) letters you can specify which letters shall be kept (whitelist). By that the newly trained has a chance to predict unseen characters based on the original model.
The whilelist parameter expects a list of characters to be kept, e. g. --whitelist ABCDEFG.... Alternatively, you can use a text file and the whitelist_file parameter.

from calamari.

linzhi123 avatar linzhi123 commented on August 16, 2024

thank you very much

from calamari.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.