Skip to content

Commit

Permalink
Fixed a bug at the hyper-parameters of the point-wise conv.
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-costas committed Mar 9, 2020
1 parent 89942ae commit cb0ab5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/dessed_dilated.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self,
nb_classes: int,
inner_kernel_size: Optional[Union[int, Tuple[int, int],
MutableSequence[int]]] = 1,
inner_padding: Optional[int] = 1) \
inner_padding: Optional[int] = 0) \
-> None:
"""The DESSEDDilated model.
Expand Down

0 comments on commit cb0ab5b

Please sign in to comment.