Skip to content

Commit a86b5b3

Browse files
author
Philippe Rémy
authored
Update README.md
1 parent 8fe6016 commit a86b5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ model.fit(x, y) # Keras model.
9292

9393
### Arguments
9494

95-
`tcn.TCN(nb_filters=64, kernel_size=2, nb_stacks=1, dilations=None, activation='norm_relu', padding='causal', use_skip_connections=True, dropout_rate=0.0, return_sequences=True, name='tcn')`
95+
`tcn.TCN(nb_filters=64, kernel_size=2, nb_stacks=1, dilations=[1, 2, 4, 8, 16, 32], activation='norm_relu', padding='causal', use_skip_connections=True, dropout_rate=0.0, return_sequences=True, name='tcn')`
9696

9797
- `nb_filters`: Integer. The number of filters to use in the convolutional layers.
9898
- `kernel_size`: Integer. The size of the kernel to use in each convolutional layer.

0 commit comments

Comments
 (0)