Supertonic Quantized – Test Outputs
This folder was generated automatically by a Colab script that:
- Downloaded the Hugging Face repo Shadow0482/supertonic-quantized
- Located all
*.onnxmodels (bothfp16/andint8_dynamic/) - Ran each model once with dummy inputs using ONNX Runtime
- Saved:
.wavfiles for audio-like tensors (1D or 2D, 1–2 channels, >=16 samples).npyfiles for all other outputs
All paths below are relative to the test_outputs/ directory.
Per-model results
fp16/duration_predictor.fp16.onnx -> fp16/fp16_duration_predictor.fp16_out0.npyfp16/text_encoder.fp16.onnx -> fp16/fp16_text_encoder.fp16_out0.npyfp16/vector_estimator.fp16.onnx -> FAILEDfp16/vocoder.fp16.onnx -> fp16/fp16_vocoder.fp16_out0.wavint8_dynamic/duration_predictor.int8.onnx -> int8_dynamic/int8_dynamic_duration_predictor.int8_out0.npyint8_dynamic/text_encoder.int8.onnx -> int8_dynamic/int8_dynamic_text_encoder.int8_out0.npyint8_dynamic/vector_estimator.int8.onnx -> int8_dynamic/int8_dynamic_vector_estimator.int8_out0.npyint8_dynamic/vocoder.int8.onnx -> int8_dynamic/int8_dynamic_vocoder.int8_out0.wav
Models that failed to load / run
fp16/vector_estimator.fp16.onnx-> FAILED: [ONNXRuntimeError] : 1 : FAIL : Load model from /content/supertonic/supertonic_quantized/fp16/vector_estimator.fp16.onnx failed:Type Error: Type (tensor(float16)) of output arg (/vector_field/main_blocks.3/attn/Cast_output_0) of node (/vector_field/main_blocks.3/attn/Cast) does not match expected type (tensor(float)).
Note: These tests use synthetic dummy inputs. They confirm that the quantized ONNX graphs load and execute, but they are not a replacement for real end-to-end TTS quality evaluation.