add short description of dilation to caffe.proto
authorJonathan L Long <jonlong@cs.berkeley.edu>
Sat, 26 Dec 2015 21:10:11 +0000 (13:10 -0800)
committerJonathan L Long <jonlong@cs.berkeley.edu>
Mon, 28 Dec 2015 23:07:40 +0000 (15:07 -0800)
src/caffe/proto/caffe.proto

index 87c4662..019aa61 100644 (file)
@@ -518,6 +518,9 @@ message ConvolutionParameter {
   repeated uint32 pad = 3; // The padding size; defaults to 0
   repeated uint32 kernel_size = 4; // The kernel size
   repeated uint32 stride = 6; // The stride; defaults to 1
+  // Factor used to dilate the kernel, (implicitly) zero-filling the resulting
+  // holes. (Kernel dilation is sometimes referred to by its use in the
+  // algorithme à trous from Holschneider et al. 1987.)
   repeated uint32 dilation = 18; // The dilation; defaults to 1
 
   // For 2D convolution only, the *_h and *_w versions may also be used to