I'm trying to create a custom network for training tesseract 4 with the following architecture : 784 - 15 -10 [ 3 fully connected layers ] I ran this command
> *lstmtraining --debug_interval 0 --traineddata > ./digits/digits.traineddata --net_spec '[1,28,28,1 Fs15 O1s10]' > --model_output ~/tesstutorial/o/base --learning_rate 20e-4 > --train_listfile ./digits.training_files.txt --max_iterations 5000 > &>~/tesstutorial/o/basetrain.log* and this is the output* :* > > > *Invalid F spec!:s15 O1s10]Missing ] at end of [Series]!Failed to create > network from spec: [1,28,28,1 Fs15 O1s10]* What am I doing wrong? Input images are scaled to 28 x 28 pixels. -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/CAB_aDAefi5ghOa9GOJs5GvU3Tj7BRtzK-LQ3MmJexxa3%3DjdR8g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

