-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
configuring processor pipelines #288
Comments
create_trainer is defined here: calamari/calamari_ocr/ocr/scenario.py Lines 27 to 30 in 5068248
this means it calls this function:
Everything until there just defines parameters. The setup of the pipelines and the training starts only with the train()-function
|
Sorry, you do have to be a bit more specific here. |
@andbue |
Hello!
@ChWick
@andbue
Please where can I retrieve the implementation of this method? and what design the "cls()" in the source code ?
Is the create_trainer() defines parameters for training before or after preprocessing the data?
Thanks a lot for your continuous help!
The text was updated successfully, but these errors were encountered: