Skip to content

Commit 1065c9f

Browse files
committed
removed fcsize from docstring
1 parent 134e316 commit 1065c9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/convnets/mobilenet.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Create a MobileNetv1 model ([reference](https://arxiv.org/abs/1704.04861v1)).
2121
+ `r`: The number of time this configuration block is repeated
2222
- `activate`: The activation function to use throughout the network
2323
- `inchannels`: The number of input channels. The default value is 3.
24-
- `fcsize`: The intermediate fully-connected size between the convolution and final layers
2524
- `nclasses`: The number of output classes
2625
"""
2726
function mobilenetv1(width_mult, config;

0 commit comments

Comments
 (0)