File size: 324 Bytes
634523d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "architecture": "E2TTS",
    "backbone": {
	"dim": 1024,
	"depth": 24,
	"heads": 16,
	"ff_mult": 4
    },
    "mel_spectrogram": {
	"n_mel_channels": 100,
	"n_fft": 1024,
	"hop_length": 256,
	"win_length": 1024,
	"target_sample_rate": 24000,
	"mel_spec_type": "vocos"
    },
    "odeint": {
	"method": "euler"
    }
}