Hi, I want to create my own traineddata and I am using tesseract 4.1 on windows.
After running below command, I got checkpoints as output. lstmtraining --model_output="D:\Test\" --continue_from="D:\Test\Dim_test.lstmf" --train_listfile="D:\Test\eng.training_files.txt" --traineddata="D:\Test\eng\eng.traineddata" --debug_interval -1 -max_iterations 2000 Then to stop training, I ran below command, D:\Test>lstmtraining --stop_training --continue_from="D:\Test\output_checkpoint" --traineddata="D:\Test\eng\eng.traineddata --model_output="D:\Test\abc.traineddata" But, I am getting below error while running this command. mgr_.Init(traineddata_path.c_str()):Error:Assert failed:in file ../../../../../src/training/lstmtrainer.h, line 96 Can you please help me how to solve this assert error? Thanks and Regards, Megha -- 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 tesseract-ocr+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/b809bf5d-409e-44fb-81b8-4b845beb89a2n%40googlegroups.com.