from local

This commit is contained in:
dohe0342 2023-01-09 20:10:33 +09:00
parent 19798134f5
commit 17328f6348
3 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ class Tempformer(EncoderInterface):
cnn_module_kernel,
causal
)
for i in range(12)
for i in range(num_encoder_layers)
])
self._init_state: List[torch.Tensor] = [torch.empty(0)]