Unverified Commit 4deed417 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz Committed by GitHub
Browse files

Reword README

parent 8184691b
...@@ -328,8 +328,8 @@ alignments, alignment directories can be consolidated using the scripts in ...@@ -328,8 +328,8 @@ alignments, alignment directories can be consolidated using the scripts in
`scripts/alignment_db_scripts/`. First, run `create_alignment_db.py` to `scripts/alignment_db_scripts/`. First, run `create_alignment_db.py` to
consolidate an alignment directory into a pair of database and index files. consolidate an alignment directory into a pair of database and index files.
Once all alignment directories (or shards of a single alignment directory) Once all alignment directories (or shards of a single alignment directory)
have been compiled, unify the indices with `unify_alignment_db_indices`. The have been compiled, unify the indices with `unify_alignment_db_indices.py`. The
resulting index, `super.index` can be passed to the training script flags resulting index, `super.index`, can be passed to the training script flags
containing the phrase `alignment_index`. In this scenario, the `alignment_dir` containing the phrase `alignment_index`. In this scenario, the `alignment_dir`
flags instead represent the directory containing the compiled alignment flags instead represent the directory containing the compiled alignment
databases. Both the training and distillation datasets can be compiled in this databases. Both the training and distillation datasets can be compiled in this
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment