from local

This commit is contained in:
dohe0342 2023-01-03 22:41:12 +09:00
parent 0f88dcfa99
commit 755b1a4cbb
2 changed files with 1 additions and 1 deletions

View File

@ -710,7 +710,7 @@ class ConformerEncoder(nn.Module):
output = self.combiner(outputs) output = self.combiner(outputs)
return output return output, layer_output
@torch.jit.export @torch.jit.export
def chunk_forward( def chunk_forward(