We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134e316 commit 1065c9fCopy full SHA for 1065c9f
src/convnets/mobilenet.jl
@@ -21,7 +21,6 @@ Create a MobileNetv1 model ([reference](https://arxiv.org/abs/1704.04861v1)).
21
+ `r`: The number of time this configuration block is repeated
22
- `activate`: The activation function to use throughout the network
23
- `inchannels`: The number of input channels. The default value is 3.
24
- - `fcsize`: The intermediate fully-connected size between the convolution and final layers
25
- `nclasses`: The number of output classes
26
"""
27
function mobilenetv1(width_mult, config;
0 commit comments