Dylan916 commited on
Commit
5c65ff0
·
1 Parent(s): ca3cc8d

Add initial script to load pretrained SoVITS model weights

Browse files
Files changed (1) hide show
  1. test.py +4 -0
test.py ADDED
@@ -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))