Conversion Tutorials
.pt for PyTorch and .onnx for ONNX) to format compatible with the RVC Platform you aim to run them on. All of them are stored in ai-tutorials repository.Conversion of PyTorch Model
This tutorial shows how to use HubAI SDK to convert a pre-trained ResNet18 model from PyTorch to RVC2/RVC4 and how to run the converted model on a device.
Conversion of ONNX Model
This tutorial shows how to use HubAI SDK to convert a pre-trained FFNet-40S model from ONNX to RVC2/RVC4 and how to run the converted model on a device.