Skip to content

Error while exporting model after fine tuning #140

Description

@black-born

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions