fix flak8 style

This commit is contained in:
PingFeng Luo 2022-02-18 18:51:39 +08:00
parent 7a8875ebcb
commit fb68c4f212

View File

@ -120,11 +120,6 @@ class Transducer(nn.Module):
"Please install a version >= 0.10.0"
)
loss = k2.rnnt_loss(
logits,
y_padded,
blank_id,
boundary
)
loss = k2.rnnt_loss(logits, y_padded, blank_id, boundary)
return torch.sum(loss)