mirror of
https://github.com/babysor/MockingBird.git
synced 2024-03-22 13:11:31 +08:00
2a99f0ff05
* Commit with working GST * Make it backward compatible * Add readme
14 lines
261 B
Python
14 lines
261 B
Python
class GSTHyperparameters():
|
|
E = 512
|
|
|
|
# reference encoder
|
|
ref_enc_filters = [32, 32, 64, 64, 128, 128]
|
|
|
|
# style token layer
|
|
token_num = 10
|
|
# token_emb_size = 256
|
|
num_heads = 8
|
|
|
|
n_mels = 256 # Number of Mel banks to generate
|
|
|