Skip to content

Commit

Permalink
change flow config in cosyvoice.fromscratch.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aluminumbox committed Jul 18, 2024
1 parent 47dec8d commit ead9644
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/libritts/cosyvoice/conf/cosyvoice.fromscratch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ flow: !new:cosyvoice.flow.flow.MaskedDiffWithXvec
only_mask_loss: True
encoder: !new:cosyvoice.transformer.encoder.ConformerEncoder
output_size: 512
attention_heads: 8
linear_units: 2048
num_blocks: 6
attention_heads: 4
linear_units: 1024
num_blocks: 3
dropout_rate: 0.1
positional_dropout_rate: 0.1
attention_dropout_rate: 0.1
Expand Down Expand Up @@ -100,7 +100,7 @@ flow: !new:cosyvoice.flow.flow.MaskedDiffWithXvec
dropout: 0
attention_head_dim: 64
n_blocks: 4
num_mid_blocks: 12
num_mid_blocks: 8
num_heads: 8
act_fn: 'gelu'

Expand Down

0 comments on commit ead9644

Please sign in to comment.