lstmeval.1.asc 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. LSTMEVAL(1)
  2. ===========
  3. :doctype: manpage
  4. NAME
  5. ----
  6. lstmeval - Evaluation program for LSTM-based networks.
  7. SYNOPSIS
  8. --------
  9. *lstmeval* --model 'lang.lstm|modelname_checkpoint|modelname_N.NN_NN_NN.checkpoint' [--traineddata lang/lang.traineddata] --eval_listfile 'lang.eval_files.txt' [--verbosity N] [--max_image_MB NNNN]
  10. DESCRIPTION
  11. -----------
  12. lstmeval(1) evaluates LSTM-based networks. Either a recognition model or a training checkpoint can be given as input for evaluation along with a list of lstmf files. If evaluating a training checkpoint, '--traineddata' should also be specified. Intermediate training checkpoints can also be used.
  13. OPTIONS
  14. -------
  15. '--model FILE'::
  16. Name of model file (training or recognition) (type:string default:)
  17. '--traineddata FILE'::
  18. If model is a training checkpoint, then traineddata must be the traineddata file that was given to the trainer (type:string default:)
  19. '--eval_listfile FILE'::
  20. File listing sample files in lstmf training format. (type:string default:)
  21. '--max_image_MB INT'::
  22. Max memory to use for images. (type:int default:2000)
  23. '--verbosity INT'::
  24. Amount of diagnosting information to output (0-2). (type:int default:1)
  25. HISTORY
  26. -------
  27. lstmeval(1) was first made available for tesseract4.00.00alpha.
  28. RESOURCES
  29. ---------
  30. Main web site: <https://github.com/tesseract-ocr> +
  31. Information on training tesseract LSTM: <https://tesseract-ocr.github.io/tessdoc/TrainingTesseract-4.00.html>
  32. SEE ALSO
  33. --------
  34. tesseract(1)
  35. COPYING
  36. -------
  37. Copyright \(C) 2012 Google, Inc.
  38. Licensed under the Apache License, Version 2.0
  39. AUTHOR
  40. ------
  41. The Tesseract OCR engine was written by Ray Smith and his research groups
  42. at Hewlett Packard (1985-1995) and Google (2006-2018).