oxygen-dioxide / OpenUtau

Open source UTAU editing environment.
MIT License
9 stars 3 forks source link

Verify input names before running inference sessions #57

Closed yqzhishen closed 10 months ago

yqzhishen commented 10 months ago

This PR adds verification steps before calling Run() on ONNX inference sessions. This can help produce more readable error messages in case the given and required input names mismatch.