[tesseract-ocr] Re: Tesseract training has an upper limit on the use of cpu?Is the more cpu, the faster the training?

2018-12-09 Thread bruce
Hi Junye, Now,I hava an workstation with 36 core(Intel(R) Xeon(R) E7-4820 v2 2.00GHz) 32G Memory , RHEL7.3 system My training text is about *29MB* including *9470568* characters. The .tif f

Re: [tesseract-ocr] What is the information in basetrain.log

2018-12-09 Thread Khosrobeigy.zohreh
I have read these page but I confused about the output of convolution. I want to know which is the output of convolution? On Sun, 9 Dec 2018, 9:34 pm Lorenzo Bolzani > You can find some details here: > > https://github.com/tesseract-ocr/tesseract/wiki/4.0-with-LSTM > https://github.com/tesseract-

Re: [tesseract-ocr] What is the information in basetrain.log

2018-12-09 Thread Lorenzo Bolzani
You can find some details here: https://github.com/tesseract-ocr/tesseract/wiki/4.0-with-LSTM https://github.com/tesseract-ocr/tesseract/wiki/NeuralNetsInTesseract4.00 Lorenzo Il giorno dom 9 dic 2018 alle ore 18:02 Zohreh Khosrobeygi < beigy.zoh...@gmail.com> ha scritto: > Hi, > Does any one

[tesseract-ocr] What is the information in basetrain.log

2018-12-09 Thread Zohreh Khosrobeygi
Hi, Does any one know about the information in the log file that create while training? Warning: given outputs 1 not equal to unicharset of 165. Num outputs,weights in Series: 1,48,0,1:1, 0 Num outputs,weights in Series: C3,3:9, 0 Ft16:16, 160 Total weights = 160 [C3,3Ft16]:16, 160 Mp3,

[tesseract-ocr] CNN and Tensorflow in Tesseract

2018-12-09 Thread Zohreh Khosrobeygi
I have some question: 1- how many layers does CNN has in tensor flow? 2- What is the stride in the Convolution layers and pooling layers? 3- Convolution has use zero pad? I'm training Persian language and my accuracy is so good but I need to increase. Convolution is so important in my training. D