Skip to content

Commit

Permalink
bug fix, ReLU -> ReLU6
Browse files Browse the repository at this point in the history
  • Loading branch information
jixing0415 committed May 14, 2019
1 parent 9e66ca5 commit 70c10bf
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 98 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ This is a personal Caffe implementation of MobileNetV3. For details, please read

### How to use
1. Requirements for `Caffe` (see: [Caffe installation instructions](http://caffe.berkeleyvision.org/installation.html))
2. Copy the Depthwise Convolutional Layer from [yonghenglh6/DepthwiseConvolution](https://github.com/yonghenglh6/DepthwiseConvolution) and rebuild the Caffe.
2. Add new caffe layers and rebuild the caffe:
- **Depthwise Convolutional Layer** from [yonghenglh6/DepthwiseConvolution](https://github.com/yonghenglh6/DepthwiseConvolution)
- **ReLU6 Layer** from [RuiminChen/Caffe-MobileNetV2-ReLU6](https://github.com/RuiminChen/Caffe-MobileNetV2-ReLU6)
3. Run test
```Shell
CPU:
Expand Down
Loading

0 comments on commit 70c10bf

Please sign in to comment.