Skip to content

Commit

Permalink
docs: better TODO syntax in regression-test, and more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Jan 31, 2025
1 parent e08bb59 commit 3c46c4e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions everyvoice/tests/regression/regression-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,21 @@ r "coverage run -p -m everyvoice synthesize from-spec \
--input synthesis_output/synthesized_spec/'$ONE_WORD'-*.pt \
--model '$VOCODER'"

# Exercise DeepForceAligner
# Meh, this appears to be broken...
# TODO: Exercise DeepForceAligner
# Meh, this appears to be broken... train passes on lj-full, not on lj-160 or lj-600
#r "coverage run -p -m dfaligner train config/everyvoice-aligner.yaml --config-args training.max_steps=$MAX_STEPS --config-args training.max_epochs=$MAX_EPOCHS"
#r "coverage run -p -m dfaligner extract-alignments"
#ALIGNER=logs_and_checkpoints/AlignerExperiment/base/checkpoints/last.ckpt
# Even on lj-full, this eventually fails with a stack trace dump with a `KeyError: 'character_tokens'` at `dfaligner/dataset.py:165`
#r "coverage run -p -m dfaligner extract-alignments config/everyvoice-aligner.yaml --model '$ALIGNER'"


# 7: spin up the demo
# Spin up the demo
# everyvoice demo $FS2 $VOCODER &
# TODO: use playwright to synthesize something using the demo


# 8: use playwright to synthesize something using the demo
# TODO...
# TODO: use coverage analysis to flag the next priority things to add here


echo "Done at $(date)"
date > ../DONE
Expand Down

0 comments on commit 3c46c4e

Please sign in to comment.