https://github.com/z7zuqer/dropblock-caffe
Implementation of DropBlock: A regularization method for convolutional networks in Caffe.
https://github.com/z7zuqer/dropblock-caffe
caffe dropout regularization
Last synced: 6 months ago
JSON representation
Implementation of DropBlock: A regularization method for convolutional networks in Caffe.
- Host: GitHub
- URL: https://github.com/z7zuqer/dropblock-caffe
- Owner: Z7zuqer
- Created: 2018-11-15T12:56:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-20T07:01:39.000Z (almost 7 years ago)
- Last Synced: 2025-04-15T07:50:02.798Z (6 months ago)
- Topics: caffe, dropout, regularization
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DropBlock in caffe
* dropout.cpp
* dropout.hpp
* dropout.cu## You need to make some other changes in caffe to run the code
## [DropBlock: A regularization method for convolutional networks](https://arxiv.org/abs/1810.12890v1)