@dataclass
class ModelConfig:
hidden_channels: int = 192
filter_channels: int = 768
n_heads: int = 2
n_enc_layers: int = 6
n_dec_layers: int = 6
kernel_size: int = 3
p_dropout: float = 0.1
gin_channels: int = 192
Downloads last month
-
Downloads are not tracked for this model. How to track