Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
lj1995/GPT-SoVITS-ProPlus
Dylan916
/
tts-zoengjyutgaai
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Dylan916
commited on
Jul 16
Commit
5c65ff0
·
1 Parent(s):
ca3cc8d
Add initial script to load pretrained SoVITS model weights
Browse files
Files changed (1)
hide
show
test.py
+4
-0
test.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import torch
2
+
3
+
pth = torch.load("./pretrained_models/SoVITS_weights_v2ProPlus/zoengjyutgaai_e8_s1016.pth", map_location="cpu")
4
+
print(type(pth))