VOICEVOX / voicevox_core

無料で使える中品質なテキスト読み上げソフトウェア、VOICEVOXのコア
https://voicevox.hiroshiba.jp/
MIT License
835 stars 115 forks source link

`InferenceFailed` → `Infer` #779

Open qryxip opened 3 months ago

qryxip commented 3 months ago

内容

ONNX Runtimeの推論失敗に対応するエラーは現在ErrorKind::InferenceFailed (Rust)、InferenceFaieldError (Python)、InferenceFailedException (Java)となっています。しかしRustのエラー命名の慣習 (かつ現在におけるvoicevox_coreの他のエラー)に従えば、ErrorKind::Infer/InferErrorのようになるはずです。

Pros 良くなる点

Cons 悪くなる点

実現方法

VOICEVOXのバージョン

N/A

OSの種類/ディストリ/バージョン

その他

MlInferenceError (名詞)とかでもいいかも?