Skip to content

Commit

Permalink
Update mobilenetv1 docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
darsnack committed Apr 5, 2022
1 parent daba9a8 commit a94388d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/convnets/mobilenet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Create a MobileNetv1 model ([reference](https://arxiv.org/abs/1704.04861v1)).
- `o`: The number of output feature maps
- `s`: The stride of the convolutional kernel
- `r`: The number of time this configuration block is repeated
- `activate`: The activation function to use throughout the network
- `inchannels`: The number of input feature maps``
- `fcsize`: The intermediate fully-connected size between the convolution and final layers
- `nclasses`: The number of output classes
"""
Expand Down

0 comments on commit a94388d

Please sign in to comment.