Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 281 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 281 Bytes

ConcreteDropout

Code for Concrete Dropout as presented in https://arxiv.org/abs/1705.07832

Update (08/2018)

Added SpatialConcreteDropout for use with convolution layers. Please don't use ConcreteDropout with conv layers as the regulariser weighing is wrong for convolutions.