Spaces:
Sleeping
Sleeping
File size: 143 Bytes
5c65ff0 |
1 2 3 4 5 |
import torch
pth = torch.load("./pretrained_models/SoVITS_weights_v2ProPlus/zoengjyutgaai_e8_s1016.pth", map_location="cpu")
print(type(pth))
|