felixbur / nkululeko

Machine learning speaker characteristics
MIT License
26 stars 4 forks source link

export models as onnx #102

Open felixbur opened 6 months ago

felixbur commented 6 months ago

instead of pickle, as it's more portable and many ANN models can't be pickeld

felixbur commented 6 months ago

or, i guess, better to just add an onnx export function. Because it seems impossible to convert a loaded onnx model back to sklearn or torch