An open API service indexing awesome lists of open source software.

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.

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)