mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-18 21:44:18 +00:00
fix style
This commit is contained in:
parent
872d2390d2
commit
7c00f92abb
@ -17,13 +17,12 @@
|
||||
|
||||
import collections
|
||||
from itertools import repeat
|
||||
from typing import List, Optional, Tuple
|
||||
from typing import Optional, Tuple
|
||||
|
||||
import torch
|
||||
import torch.nn as nn
|
||||
from torch import Tensor, _VF
|
||||
|
||||
import torch
|
||||
import torch.backends.cudnn.rnn as rnn
|
||||
import torch.nn as nn
|
||||
|
||||
|
||||
def _ntuple(n):
|
||||
|
Loading…
x
Reference in New Issue
Block a user