docs improve

This commit is contained in:
Dhairya Gandhi 2020-02-26 22:22:11 +05:30
parent f889d0c4d4
commit 58211e31bd
1 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ end
""" """
ConvTranspose(filter::Tuple, in=>out) ConvTranspose(filter::Tuple, in=>out)
ConvTranspose(filter::Tuple, in=>out, relu) ConvTranspose(filter::Tuple, in=>out, activation)
Standard convolutional transpose layer. `filter` should be a tuple like `(2, 2)`. Standard convolutional transpose layer. `filter` should be a tuple like `(2, 2)`.
`in` and `out` specify the number of input and output channels respectively. `in` and `out` specify the number of input and output channels respectively.
@ -200,7 +200,7 @@ end
""" """
DepthwiseConv(filter::Tuple, in=>out) DepthwiseConv(filter::Tuple, in=>out)
DepthwiseConv(filter::Tuple, in=>out, relu) DepthwiseConv(filter::Tuple, in=>out, activation)
Depthwise convolutional layer. `filter` should be a tuple like `(2, 2)`. Depthwise convolutional layer. `filter` should be a tuple like `(2, 2)`.
`in` and `out` specify the number of input and output channels respectively. `in` and `out` specify the number of input and output channels respectively.