File size: 778 Bytes
a3f8558 4ac8a8b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
---
license: mit
---
## 预训练模型列表
| | n_aux_layers | n_aux_chans | n_layers | n_chans | duration | norm | attention |
|----------------------------|-------------|---------------|-----------|---------|--------|--------|--------|
| ddsp6.1_512_6_reflow_1024_6_use_norm_no_attn.pt | 6 | 512 | 6 | 1024 | 2 | true | false |
| ddsp6.1_512_6_reflow_512_6_use_norm_no_attn.pt | 6 | 512 | 6 | 512 | 2 | true | false |
| ddsp6.1_512_6_reflow_1024_6_use_norm_no_attn_duration_4.pt | 6 | 512 | 6 | 1024 | 4 | true | false |
| 未完待续 | ..... | .... | .... | .... | .... | ... | ... |
## 提示
微调别忘了开norm
|