Skip to content

Commit

Permalink
Merge pull request #11 from paul-krug:readme-fix
Browse files Browse the repository at this point in the history
fix typo in readme
  • Loading branch information
paul-krug authored Mar 6, 2024
2 parents be2b739 + 02de49f commit 52af9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ model = TCN(
num_channels: ArrayLike,
kernel_size: int = 4,
dilations: Optional[ ArrayLike ] = None,
dilaton_reset: Optional[ int ] = None,
dilation_reset: Optional[ int ] = None,
dropout: float = 0.1,
causal: bool = True,
use_norm: str = 'weight_norm',
Expand Down

0 comments on commit 52af9f1

Please sign in to comment.