Hello everyone,
After some struggle I finally succeded to launch a fine tuning.
But when I tried to export it to onxx I got this error:
The following call raised this error:
File "/home/jupyter/piper1-gpl/src/piper/train/vits/transforms.py", line 176, in rational_quadratic_spline
assert (discriminant >= 0).all(), discriminant
python3 -m piper.train.export_onnx --checkpoint lightning_logs/version_3/checkpoints/epoch=4393-step=43560.ckpt --output-file piper_test/fr-piper_test-medium.onnx
I also tried directly from the checkpoint I was fine tuning and got the same error, I'm very confuse
python3 -m piper.train.export_onnx --checkpoint cheepoch3304-step2050940.ckpt --output-file piper_test/fr-piper_test-medium.onnx
Hope you can help me,
Have a great day
Hello everyone,
After some struggle I finally succeded to launch a fine tuning.
But when I tried to export it to onxx I got this error:
The following call raised this error:
File "/home/jupyter/piper1-gpl/src/piper/train/vits/transforms.py", line 176, in rational_quadratic_spline
assert (discriminant >= 0).all(), discriminant
python3 -m piper.train.export_onnx --checkpoint lightning_logs/version_3/checkpoints/epoch=4393-step=43560.ckpt --output-file piper_test/fr-piper_test-medium.onnx
I also tried directly from the checkpoint I was fine tuning and got the same error, I'm very confuse
python3 -m piper.train.export_onnx --checkpoint cheepoch3304-step2050940.ckpt --output-file piper_test/fr-piper_test-medium.onnx
Hope you can help me,
Have a great day