Markopy icon indicating copy to clipboard operation
Markopy copied to clipboard

Single Threaded Training is faster than multi threading

Open ignis-sec opened this issue 3 years ago • 0 comments

Describe the bug With markopy, -t 1 will complete the training faster than -t 10

To Reproduce Steps to reproduce the behavior:

  1. Train a base model with a corpus using -t 1
  2. Train the same base model with the same corpus using -t 10
  3. Compare runtime
  4. Contemplate the hours i spent input scheduling for training during development

Details:

  • Libmarkov
  • Linux 5.8.0-59-generic # 66~20.04.1-Ubuntu SMP

ignis-sec avatar Jul 06 '21 12:07 ignis-sec