bytedance / music_source_separation

Other
1.24k stars 192 forks source link

How to convert audio pytorch models to tflite model #62

Open ajithvcoder opened 11 months ago

ajithvcoder commented 11 months ago

How to convert audio pytorch models to tflite model

SauravRai commented 4 months ago

@ajithvcoder You need to do that in 2 steps. First convert it into the ONNX format and then you can convert it in the tflite model. Check out the tools for them, Cheers!!.