Views
No views yet
torch.onnx.export
(opset 19), using patriotyk's own export_onnx.py procedure.Transpose node whose perm contained
-1 (which ONNX Runtime rejects) was rewritten to 2. This is the same patch
patriotyk's export script applies. The file here is already patched — no
post-processing is needed to load it in ORT.| file | description |
|---|---|
model.onnx | the exported + patched model (330 MB) |
config.yml | model config (vocab, params) — from the source repo |
style_denys.pt / style_denys.bin | the "Денис Денисенко" speaker style vector (s_prev, 256 float32), as torch tensor and raw little-endian floats |
| name | type | shape |
|---|---|---|
tokens | int64 | [seq_length] |
speed | float32 | scalar |
s_prev | float32 | [1, 256] (a speaker style vector) |
output_wav | float32 | [seq_length] — 24 kHz mono PCM |
ukrainian-word-stress → ipa-uk → tokenizer over the config.yml vocab).LICENSE.