Initial check in of Python training code

This commit is contained in:
Michael Hansen
2022-11-11 11:01:59 -06:00
parent 344b483904
commit a6b2d2e69c
46 changed files with 27024 additions and 3 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/usr/bin/env bash
set -eo pipefail
this_dir="$( cd "$( dirname "$0" )" && pwd )"
if [ -d "${this_dir}/.venv" ]; then
source "${this_dir}/.venv/bin/activate"
fi
cd "${this_dir}/larynx_train/vits/monotonic_align"
mkdir -p monotonic_align
cythonize -i core.pyx
mv core*.so monotonic_align/