• B
    Log feature map size and arguments during benchmark · 33d0564c
    Bin Li 提交于
      - Print feature map of each layer.
      - If op is convolution or pooling layer, print:
        stride, padding, dilation and kernel size, too.
      - For padding, if padding type is given, print 'VALID/SAME/FULL',
        else if padding values are given, print padding values.
    33d0564c
net.cc 4.3 KB