|
|
|
|
|
by snakers41
1466 days ago
|
|
I am not sure, what can be more simple than 1 LOC invocation + minimal imports. It is true that the model is based on PyTorch + python, but the majority of complexity (like SSML parsing) is tucked inside of the model. Theoretically one can make a simplified model without any of those features in plain PyTorch or ONNX, but so far we did not have proper motivation to do. As for CLI, this also seems simple enough, but out of scope for us. |
|