upload model checkpoint
Browse files- config.yaml +15 -0
- decoder_131000.pth +3 -0
- decoder_151000.pth +3 -0
config.yaml
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
backbone:
|
2 |
+
class_path: vocos.models.VocosBackbone
|
3 |
+
init_args:
|
4 |
+
input_channels: 1024
|
5 |
+
dim: 512
|
6 |
+
intermediate_dim: 1536
|
7 |
+
num_layers: 8
|
8 |
+
|
9 |
+
head:
|
10 |
+
class_path: vocos.heads.ISTFTHead
|
11 |
+
init_args:
|
12 |
+
dim: 512
|
13 |
+
n_fft: 3528
|
14 |
+
hop_length: 882
|
15 |
+
padding: same
|
decoder_131000.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b99f0be84eeef3a32f29cd55beb89727fd0b2fd0df3dbad3023508f4c7185c37
|
3 |
+
size 72611958
|
decoder_151000.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8af97a29d3483f9d4a3755992837501bd7d6caa1a69382ed16e64039e0ea0998
|
3 |
+
size 72610550
|