piper-de-glados / 5_export.sh
systemofapwne's picture
Tweaks for turret voice
8b5895d
raw
history blame contribute delete
224 Bytes
#!/usr/bin/bash
NAME=de_DE-glados-high
CHKPOINT="./checkpoints/glados-epoch=5999-step=1838414"
python3 -m piper_train.export_onnx \
${CHKPOINT} \
./${NAME}.onnx
cp ./traindata/config.json ./${NAME}.onnx.json