Skip to content

Commit

Permalink
[tcn] remove unused variables (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdliang11 authored Nov 17, 2022
1 parent 64ccd5b commit 16e20ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wekws/model/tcn.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def __init__(self,
dropout: float = 0.1,
block_class=CnnBlock):
super().__init__()
layers = []
self.padding = 0
self.network = nn.ModuleList()
for i in range(num_layers):
Expand Down

0 comments on commit 16e20ed

Please sign in to comment.