HTS Parallel Training
This is a small modification of HTS training process that allows it to run HERest in parallel.
Requirements
Parallel::ForkManager perl module installed.
Modifications
- Create a file
split.py
with the following content:
This file will split the training data into small chunks.
- Set an executable permission:
- Add the following line to
Config.pm
- Add the following line to
Training.pl
:red
- Modify
ERST0
section in Training.pl
, change the HERest command: $HERest{...} ...
into
- Modify
ERST1
in Training.pl
- You can do the same for all other parts that run
HERest
command in Training.pl