Audio, VAD & Diarization
Collection
Voice Activity Detection, Diarization, and Audio Processing models • 28 items • Updated
INT8 (8-bit integer) quantized version of Resemble Enhance for mobile deployment.
This INT8 quantized model is optimized for:
import torch
# Load INT8 state dict
state_dict = torch.load("mp_rank_00_model_states_int8.pt", map_location="cpu")
# Note: INT8 quantized models require special handling
# Use torch.quantization utilities for proper loading
For Android deployment, convert to TensorFlow Lite:
import torch
# Convert PyTorch to ONNX first
torch.onnx.export(model, dummy_input, "model.onnx")
# Then convert ONNX to TFLite using appropriate tools
This is a quantized version of ResembleAI/resemble-enhance.
For more information about the original model, please refer to the original repository.
This model follows the same license as the original Resemble Enhance model.
Base model
ResembleAI/resemble-enhance