from local

This commit is contained in:
dohe0342 2023-01-04 19:32:55 +09:00
parent 5e4802e3cd
commit c3887e79f2
2 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ class Conformer(EncoderInterface):
)
self._init_state: List[torch.Tensor] = [torch.empty(0)]
self.alpha = nn.Parameter(torch.rand(4))
self.alpha = nn.Parameter(torch.rand(6))
self.sigmoid = nn.Sigmoid()
self.layer_norm = nn.LayerNorm(512)